https://github.com/sinagilassi/langgraph-multi-agent-supervisor
LangGraph: Multi-Agent Supervisor Chatting with a User
https://github.com/sinagilassi/langgraph-multi-agent-supervisor
langchain langchain-agents langgraph langgraph-agents langgraph-multi-agent-supervisor multi-agent-supervisor
Last synced: 18 days ago
JSON representation
LangGraph: Multi-Agent Supervisor Chatting with a User
- Host: GitHub
- URL: https://github.com/sinagilassi/langgraph-multi-agent-supervisor
- Owner: sinagilassi
- License: mit
- Created: 2025-02-07T22:02:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T20:28:13.000Z (8 months ago)
- Last Synced: 2025-09-02T21:51:32.578Z (about 1 month ago)
- Topics: langchain, langchain-agents, langgraph, langgraph-agents, langgraph-multi-agent-supervisor, multi-agent-supervisor
- Language: Jupyter Notebook
- Homepage:
- Size: 48.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi-Agent Supervisor Chatting with a User
A scenario was designed where agents interact with users to gather information or request approval. To enable seamless communication, an additional node called "Human" was introduced, allowing direct interaction between users and individual agents. In this setup, agents can initiate conversations, continue the exchange until all necessary information is collected, and then effortlessly return to their tasks without disrupting the workflow.