Skip to content

Commit

Permalink
Add multi turn conversation input
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Dec 10, 2024
1 parent 61f362f commit e14a6cf
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ These how-to guides show common patterns for tool calling with LangGraph:

### Multi-agent

[Multi-agent systems](../concepts/multi_agent.md) are useful to break down complex LLM applications into multiple agents, each responsible for a different part of the application. These how-to guides show how to implement multi-agent systems in LangGraph:

- [How to build a multi-agent network](multi-agent-network.ipynb)
- [How to add multi-turn conversation in a multi-agent application](multi-agent-multi-turn-convo.ipynb)

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

Expand Down
Loading

0 comments on commit e14a6cf

Please sign in to comment.