Mahesh-MD/AI_Agent_System
0
Building a collaborative Multi-Agent System in LangGraph
This project will cover a full hands-on workflow and demonstration of how to build a collaborative Multi-Agent System in LangGraph to build your own Data Analyst!
The typical workflow here would be to have the following:
- A Researcher Agent which can leverage tools like search to get live information from user queries
- A Chart Generator Agent which is an expert in taking data and building visualizations in Python
- A router which will help in calling the right agent and tools based on the current state in the agent.
