Skip to content

Commit

Permalink
docs: add a how to for multi-agent network (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Dec 10, 2024
1 parent a403e80 commit a64f9f8
Show file tree
Hide file tree
Showing 3 changed files with 574 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ These how-to guides show common patterns for tool calling with LangGraph:
- [How to view and update state in subgraphs](subgraphs-manage-state.ipynb)
- [How to transform inputs and outputs of a subgraph](subgraph-transform-state.ipynb)

### Multi-agent

- [How to build a multi-agent network](multi-agent-network.ipynb)

See the [multi-agent tutorials](../tutorials/index.md#multi-agent-systems) for implementations of other multi-agent architectures.

### State Management

- [How to use Pydantic model as state](state-model.ipynb)
Expand Down
566 changes: 566 additions & 0 deletions docs/docs/how-tos/multi-agent-network.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ nav:
- how-tos/subgraph.ipynb
- how-tos/subgraphs-manage-state.ipynb
- how-tos/subgraph-transform-state.ipynb
- Multi-agent:
- how-tos/multi-agent-network.ipynb
- State Management:
- State Management: how-tos#state-management
- how-tos/state-model.ipynb
Expand Down

0 comments on commit a64f9f8

Please sign in to comment.