Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Welcome to the LangGraphJS How-to Guides! These guides provide practical, step-by-step instructions for accomplishing key tasks in LangGraphJS.

## In Progress
## In progress

🚧 This section is currently in progress. Check back later for updates! 🚧
🚧 This section is currently in progress. More updates to come! 🚧


## Core
Expand All @@ -15,3 +15,9 @@ The core guides show how to address common needs when building a out AI workflow
- [Time travel](time-travel.ipynb): How to navigate and manipulate graph state history once it's persisted
- [Stream tokens](stream-tokens.ipynb): How to stream tokens and tool calls from your agent within a graph
- [Configuration](configuration.ipynb): How to indicate that a graph can swap out configurable components

### Design patterns

How to apply common design patterns in your workflows:

- [Branching](branching.ipynb): How to create branching logic in your graphs for parallel node execution
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ nav:
- 'how-tos/time-travel.ipynb'
- 'how-tos/stream-tokens.ipynb'
- 'how-tos/configuration.ipynb'
- Design Patterns:
- 'how-tos/branching.ipynb'
- "Conceptual Guides":
- 'concepts/index.md'
- "Reference":
Expand Down
Loading