CoolFace
Apppublic

Mahesh-MD/AI_Agent_System

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
App README

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.