Skip to content

Commit

Permalink
docs[minor]: Add missing items to sidebar, add new tools doc (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Aug 20, 2024
1 parent bcefdd0 commit 8ad1c7c
Show file tree
Hide file tree
Showing 2 changed files with 619 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,24 @@ nav:
- Persistence:
- Add persistence ("memory") to your graph: "how-tos/persistence.ipynb"
- View and update past graph state: "how-tos/time-travel.ipynb"
- Manage conversation history: how-tos/manage-conversation-history.ipynb
- Create a custom checkpointer using Postgres: "how-tos/persistence-postgres.ipynb"
- Human-in-the-loop:
- Add human-in-the-loop: "how-tos/human-in-the-loop.ipynb"
- Add breakpoints: how-tos/breakpoints.ipynb
- Wait for user input: how-tos/wait-user-input.ipynb
- View and update past graph state: how-tos/time-travel.ipynb
- Edit graph state: how-tos/edit-graph-state.ipynb
- Streaming:
- Stream full state: "how-tos/stream-values.ipynb"
- Stream state updates: "how-tos/stream-updates.ipynb"
- Stream LLM tokens: "how-tos/stream-tokens.ipynb"
- Stream LLM tokens without LangChain models: "how-tos/streaming-tokens-without-langchain.ipynb"
- Tool calling:
- Call tools using ToolNode: how-tos/tool-calling.ipynb
- Handle tool calling errors: how-tos/tool-calling-errors.ipynb
# - Pass graph state to tools: how-tos/pass-run-time-values-to-tools.ipynb TODO
# - Pass config to tools: how-tos/pass-config-to-tools.ipynb TODO
- Other:
- Add runtime configuration: "how-tos/configuration.ipynb"
- Force an agent to call a tool: "how-tos/force-calling-a-tool-first.ipynb"
Expand All @@ -113,6 +123,10 @@ nav:
- Manage agent steps: "how-tos/managing-agent-steps.ipynb"
- "Conceptual Guides":
- "concepts/index.md"
- LangGraph for Agentic Applications: concepts/high_level.md
- Low Level LangGraph Concepts: concepts/low_level.md
- Common Agentic Patterns: concepts/agentic_concepts.md
- FAQ: concepts/faq.md
- "Reference":
- "reference/index.html"

Expand Down
Loading

0 comments on commit 8ad1c7c

Please sign in to comment.