Multi Agents Utils Using Langgraph,Autogen and CrewAI,LLAMAIndex, Pydantic-AI etc ......
- Langgraph
- Langchain
- CrewAI
- AutoGen
- LlamaIndex
- SmolAgents
- Pydantic AI
- Phidata
- Agno
- AWS Bedrock Strandsagents
- OpenAI SDK agents
- Microsoft Kernal (Azure Azure AI Agent Service)
- Ag2 (Autogen 4.x to new )
- DIY
- Browser USE agent
- Any-agent (Support multiple agents Frameworks): see pyproject.toml
- atomic_agents
- https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-1-build-a-basic-chatbot
- https://langchain-ai.github.io/langgraph/tutorials/
- https://docs.crewai.com/installation
- https://github.com/IntelegixLabs/Multi_Agent_Collaboration_for_Financial_Analysis
- https://storage.googleapis.com/lablab-static-eu/presentations/submissions/cm13b8gp0000z357eaunuygdy/cm13b8gp0000z357eaunuygdy-1726399796546_llg46c0iwl.pdf
- https://www.llamaindex.ai/blog/introducing-llama-agents-a-powerful-framework-for-building-production-multi-agent-ai-systems
- https://docs.llamaindex.ai/en/stable/use_cases/agents/
- https://media.datacamp.com/cms/datacampfeb11financeagentjayeetapintro.pdf
- https://colab.research.google.com/drive/1Xf2Yfl-CYbOR_l7o2Hqw6h0Z8E1zt1AN?usp=sharing#scrollTo=h7OlJa0JVG8f
- Refer docs inside
- https://medium.com/@agencyai/building-ai-agents-with-openais-agents-sdk-a-beginner-s-guide-66751e5e7e05
- google & google-adk : https://www.youtube.com/watch?v=P4VFL9nIaIA
- https://medium.com/@sokratis.kartakis/from-zero-to-multi-agents-a-beginners-guide-to-google-agent-development-kit-adk-b56e9b5f7861
- https://github.com/sokart/adk-walkthrough/blob/main/chapter2_main_single_agent.py
- Build your first Voice Assistant with Agent Development Kit (ADK) https://www.youtube.com/watch?v=f0-t_jIW9yY
- Google Agent Development Kit for Beginners - YouTube https://www.youtube.com/watch?v=r-JsrEoctCQ
- Google's Agent Development Kit (ADK): A Guide With Demo Project https://www.datacamp.com/tutorial/agent-development-kit-adk
- Using Google's Agent Development Kit and Agent2Agent - Wandb https://wandb.ai/gladiator/Google-Agent2Agent/reports/Using-Google-s-Agent-Development-Kit-and-Agent2Agent--VmlldzoxMjIyODEwOA
- Introducing Agent Development Kit - YouTube https://www.youtube.com/watch?v=zgrOwow_uTQ
- Build AI Agents & Automate Workflows (Beginner to Pro) - YouTube https://www.youtube.com/watch?v=P4VFL9nIaIA
- The Complete Guide to Google's Agent Development Kit (ADK) https://www.siddharthbharath.com/the-complete-guide-to-googles-agent-development-kit-adk/
- What Is Agent Development Kit | Build AI Agent Using Agent SDK https://www.youtube.com/watch?v=e-9iy4GWffM
- Code https://github.com/bhancockio/
- https://learn.microsoft.com/en-us/semantic-kernel/overview/?wt.mc_id=slidescontent_25699_webinar_reactor
- https://learn.microsoft.com/en-us/training/modules/develop-ai-agent-with-semantic-kernel/
- https://github.com/Aggregate-Intellect/sherpa/blob/main/demo/blog_writer/main.py
- https://aws.amazon.com/blogs/machine-learning/design-multi-agent-orchestration-with-reasoning-using-amazon-bedrock-and-open-source-frameworks/
- https://github.com/aws-samples/agentic-orchestration/tree/main
- https://catalog.us-east-1.prod.workshops.aws/workshops/d2131e02-4fff-4090-bff9-0c85ecfcf143/en-US
- https://github.com/awslabs/amazon-bedrock-agent-samples/tree/main?tab=readme-ov-file
- AWS Bedrock : https://github.com/aws-samples/amazon-bedrock-workshop
- https://catalog.us-east-1.prod.workshops.aws/amazon-bedrock/en-US
- https://catalog.workshops.aws/agents-for-amazon-bedrock/en-US
- https://github.com/aws-samples/amazon-bedrock-samples/tree/main/rag/knowledge-bases/use-case-examples
- https://github.com/aws-samples/financial-analysis-multi-agent-collaboration/tree/main
- https://github.com/aws-samples/bedrock-multi-agents-collaboration-workshop/blob/main/1-energy-forecast/1_forecasting_agent.ipynb
- Clone the repository:
$ git clone https://github.com/anjijava16/Multi_agents_utils.git
$ cd Multi_agents_utils- Install dependencies with
uv:
To install the required dependencies for this project, use the following command with uv:
-
First, ensure you have
uvinstalled. If not, install it globally:pip install uv
-
Then, install the dependencies using uv
uv install
-
Run the application using uv
uv run
-
Build the Python package using uv
uv build






