Compare commits

...
Author SHA1 Message Date
Eugene Yurtsev 15446cfac8 x 2025-06-27 12:02:27 -04:00
+41 -51
View File
@@ -152,53 +152,38 @@ nav:
- Standalone Container: concepts/langgraph_standalone_container.md - Standalone Container: concepts/langgraph_standalone_container.md
- Guides: - Guides:
- LangGraph APIs: - Core Capabilities:
- Use the Graph API: how-tos/graph-api.ipynb - Use the Graph API: how-tos/graph-api.ipynb
- Use the Functional API: how-tos/use-functional-api.md - Use the Functional API: how-tos/use-functional-api.md
- Models: - Models: agents/models.md
- Configure model: agents/models.md - Streaming: how-tos/streaming.md
- Streaming: - Context: agents/context.md
- Stream outputs: how-tos/streaming.md - Memory: how-tos/memory/add-memory.md
- Use Server API: cloud/how-tos/streaming.md - Human-in-the-loop: how-tos/human_in_the_loop/add-human-in-the-loop.md
- Context: - Time travel: how-tos/human_in_the_loop/time-travel.md
- Add context: agents/context.md - Breakpoints: how-tos/human_in_the_loop/breakpoints.md
- Memory: - Tools: how-tos/tool-calling.md
- Add memory: how-tos/memory/add-memory.md - Subgraphs: how-tos/subgraph.ipynb
- Human-in-the-loop: - Multi-agent:
- how-tos/human_in_the_loop/add-human-in-the-loop.md - Prebuilt implementation: agents/multi-agent.md
- Use Server API: cloud/how-tos/add-human-in-the-loop.md - Custom implementation: how-tos/multi_agent.ipynb
- Time travel: - MCP: agents/mcp.md
- how-tos/human_in_the_loop/time-travel.md - Evaluation:
- Use Server API: cloud/how-tos/human_in_the_loop_time_travel.md - Basic implementation: agents/evals.md
- Breakpoints:
- Set breakpoints: how-tos/human_in_the_loop/breakpoints.md
- Use Server API: cloud/how-tos/human_in_the_loop_breakpoint.md
- Tools:
- Call tools: how-tos/tool-calling.md
- Subgraphs:
- Use subgraphs: how-tos/subgraph.ipynb
- Multi-agent:
- Prebuilt implementation: agents/multi-agent.md
- Custom implementation: how-tos/multi_agent.ipynb
- MCP:
- Use MCP: agents/mcp.md
- Server API: concepts/server-mcp.md
- Evaluation:
- Basic implementation: agents/evals.md
- Deployment:
- Basic deployment: agents/deployment.md
- Set up your application:
- Use requirements.txt: cloud/deployment/setup.md
- Use pyproject.toml: cloud/deployment/setup_pyproject.md
- Use JavaScript: cloud/deployment/setup_javascript.md
- Use custom Docker: cloud/deployment/custom_docker.md
- Rebuild graph at runtime: cloud/deployment/graph_rebuild.md
- Deploy to production:
- Cloud SaaS: cloud/deployment/cloud.md
- Self-Hosted Data Plane: cloud/deployment/self_hosted_data_plane.md
- Self-Hosted Control Plane: cloud/deployment/self_hosted_control_plane.md
- Standalone Container: cloud/deployment/standalone_container.md
- Platform capabilities: - Platform capabilities:
- Deployment:
- Basic deployment: agents/deployment.md
- Set up your application:
- Use requirements.txt: cloud/deployment/setup.md
- Use pyproject.toml: cloud/deployment/setup_pyproject.md
- Use JavaScript: cloud/deployment/setup_javascript.md
- Use custom Docker: cloud/deployment/custom_docker.md
- Rebuild graph at runtime: cloud/deployment/graph_rebuild.md
- Deploy to production:
- Cloud SaaS: cloud/deployment/cloud.md
- Self-Hosted Data Plane: cloud/deployment/self_hosted_data_plane.md
- Self-Hosted Control Plane: cloud/deployment/self_hosted_control_plane.md
- Standalone Container: cloud/deployment/standalone_container.md
- LangGraph Studio: - LangGraph Studio:
- Quickstart: cloud/how-tos/studio/quick_start.md - Quickstart: cloud/how-tos/studio/quick_start.md
- cloud/how-tos/invoke_studio.md - cloud/how-tos/invoke_studio.md
@@ -208,9 +193,16 @@ nav:
- cloud/how-tos/studio/run_evals.md - cloud/how-tos/studio/run_evals.md
- cloud/how-tos/clone_traces_studio.md - cloud/how-tos/clone_traces_studio.md
- cloud/how-tos/datasets_studio.md - cloud/how-tos/datasets_studio.md
- Server customization:
- how-tos/http/custom_lifespan.md
- how-tos/http/custom_middleware.md
- how-tos/http/custom_routes.md
- Authentication & access control: - Authentication & access control:
- how-tos/auth/custom_auth.md - how-tos/auth/custom_auth.md
- how-tos/auth/openapi_security.md - how-tos/auth/openapi_security.md
- Data management:
- Add semantic search: cloud/deployment/semantic_search.md
- Add TTLs: how-tos/ttl/configure_ttl.md
- Assistants: - Assistants:
- cloud/how-tos/configuration_cloud.md - cloud/how-tos/configuration_cloud.md
- Threads: cloud/how-tos/use_threads.md - Threads: cloud/how-tos/use_threads.md
@@ -225,15 +217,13 @@ nav:
- cloud/how-tos/rollback_concurrent.md - cloud/how-tos/rollback_concurrent.md
- cloud/how-tos/reject_concurrent.md - cloud/how-tos/reject_concurrent.md
- cloud/how-tos/enqueue_concurrent.md - cloud/how-tos/enqueue_concurrent.md
- Streaming: cloud/how-tos/streaming.md
- Human in the loop: cloud/how-tos/add-human-in-the-loop.md
- Time-travel: cloud/how-tos/human_in_the_loop_time_travel.md
- Breakpoints: cloud/how-tos/human_in_the_loop_breakpoint.md
- Webhooks: cloud/how-tos/webhooks.md - Webhooks: cloud/how-tos/webhooks.md
- Cron jobs: cloud/how-tos/cron_jobs.md - Cron jobs: cloud/how-tos/cron_jobs.md
- Server customization: - MCP: concepts/server-mcp.md
- how-tos/http/custom_lifespan.md
- how-tos/http/custom_middleware.md
- how-tos/http/custom_routes.md
- Data management:
- Add semantic search: cloud/deployment/semantic_search.md
- Add TTLs: how-tos/ttl/configure_ttl.md
- Reference: - Reference:
- reference/index.md - reference/index.md