Add multi-agent systems with LangGraph chapter#16
Open
TheovanKraay wants to merge 2 commits into
Open
Conversation
added 2 commits
July 17, 2026 11:34
Add a new capstone chapter (13_Multi_Agent_LangGraph) to both the DiskANN/NoSQL and vCore/DocumentDB guide variants, covering LangGraph core concepts, specialized agents, coordinator handoff, graph composition, and Azure Cosmos DB checkpointing/memory. Links out to the banking and travel multi-agent LangGraph workshops as next steps. Renumber Conclusion to chapter 14 and update both table-of-contents.
The LangGraph checkpointer (CosmosDBSaver) and the azure-cosmos-agent-memory toolkit used by the linked workshops target the Azure Cosmos DB for NoSQL API and do not apply to the vCore/DocumentDB (MongoDB) guide. Keep the multi-agent LangGraph chapter only in the NoSQL (diskann) derivative and restore the vCore table-of-contents and Conclusion numbering.
markjbrown
reviewed
Jul 17, 2026
| Both are excellent next steps once you have completed this guide. | ||
|
|
||
| - **[Banking multi-agent workshop (Python, LangGraph)](https://github.com/AzureCosmosDB/banking-multi-agent-workshop/tree/WorkShop_v2_PythonLangGraph)** - build a multi-tenant retail banking assistant with a coordinator agent that routes to specialized customer support, transactions, and sales agents. Demonstrates agent handoff, tool calling, vector search over an offers container, and Azure Cosmos DB checkpointing. | ||
| - **[Travel multi-agent workshop (Python, LangGraph)](https://github.com/AzureCosmosDB/travel-multi-agent-workshop/tree/agent_memory_toolkit_v2)** - build a travel-planning assistant with specialized hotel, dining, and activity agents coordinated by an orchestrator. Demonstrates the `azure-cosmos-agent-memory` toolkit for persistent agent memory, a Model Context Protocol (MCP) server, and deployment with the Azure Developer CLI (`azd up`). |
Collaborator
There was a problem hiding this comment.
This is going to be rolled into main branch sometime next week. I'm finalizing a major update to do this now. This is fine for now. Will just need to remember to update after Aayush merges my changes.
markjbrown
approved these changes
Jul 17, 2026
markjbrown
left a comment
Collaborator
There was a problem hiding this comment.
This is great @TheovanKraay. My only feedback is that v2 branch on travel agent workshop is going to get merged into main branch in the next week or so.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.