Skip to content

Local Deep Researcher (LangGraph research agent)

1. Overview

local-deep-researcher is an Atlas service family in the apps category. Its implementation and service-owned documentation live under services/local-deep-researcher/.

2. Role In Atlas

Atlas uses this service according to its manifest, topology row, SOURCE settings, dependencies, and runtime data-flow declarations.

3. Tracks And Category

  • Category: apps
  • Kind: container
  • Tracks: all, gen-ai-eng, gen-ai-rag

4. Access

  • Kong aliases: research.localhost
  • Port variables: LOCAL_DEEP_RESEARCHER_PORT

5. Configuration

  • SOURCE variables: LOCAL_DEEP_RESEARCHER_SOURCE
  • Default SOURCE values: container
  • Available SOURCE values: container, disabled

6. Dependencies And Topology

  • Required dependencies: searxng, litellm
  • Optional dependencies: crawl4ai
  • Runtime calls: litellm, searxng, crawl4ai

7. Source Values

SOURCE Variable Default Values
LOCAL_DEEP_RESEARCHER_SOURCE container container, disabled

8. Runtime Integration

The manifest data-flow list declares runtime calls to litellm, searxng, crawl4ai. The topology row supplies aliases and port surfaces used by the generated gateway and service references.

9. Architecture

10. Operations

Use ./start.sh to configure this service through the wizard or pass the matching SOURCE flag when the service is source-configurable. Use ./stop.sh to stop the active Atlas project.

11. Source Documentation