diff --git a/docs/docs/guides/index.md b/docs/docs/guides/index.md index 7a5098dc5..d8a29643f 100644 --- a/docs/docs/guides/index.md +++ b/docs/docs/guides/index.md @@ -2,6 +2,11 @@ The pages in this section provide a conceptual overview and how-tos for the following topics: +## Agent development + +- [Overview](../agents/overview.md): Use prebuilt components to build an agent. +- [Run an agent](../agents/run_agents.md): Run an agent by providing input, interpreting output, enabling streaming, and controlling execution limits. + ## LangGraph APIs - [Graph API](../concepts/low_level.md): Use the Graph API to define workflows using a graph paradigm. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3dda84548..e76332942 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -103,14 +103,15 @@ nav: - 5. Customize state: tutorials/get-started/5-customize-state.md - 6. Time travel: tutorials/get-started/6-time-travel.md - Run a local server: tutorials/langgraph-platform/local-server.md - - Agent development: + - General concepts: - Workflows & agents: tutorials/workflows.md - - Prebuilt components: agents/overview.md - - Run an agent: agents/run_agents.md - Agent architectures: concepts/agentic_concepts.md - Guides: - guides/index.md + - Agent development: + - Overview: agents/overview.md + - Run an agent: agents/run_agents.md - LangGraph APIs: - Graph API: - Overview: concepts/low_level.md