π Agentic Systems is a go-to repository for building web search agents and multi-agent workflows using cutting-edge AI frameworks. It provides practical implementations leveraging LangChain, LangGraph, Phidata/Agno, Pydantic, and CrewAI to create intelligent, autonomous, and collaborative AI agents.
- Web Search Agents β Build AI-powered agents that autonomously retrieve and process information from the web.
- Multi-Agent Email Response Agent β Automates email handling with intelligent agent collaboration.
- LLaMA OCR β Optical Character Recognition (OCR) powered by LLaMA models for document processing.
- Multi-Agent Travel Planner β AI-driven travel planning, including itinerary recommendations and booking assistance.
- Seamless Integration β Works with popular AI frameworks to streamline agent-based solutions.
- LangChain β Framework for building LLM-powered applications.
- LangGraph β Graph-based execution for multi-agent workflows.
- Phidata/Agno β Data and workflow automation for AI agents.
- Pydantic β Data validation and settings management.
- CrewAI β Multi-agent collaboration framework.
π¦ Agentic-Systems
βββ π Email Response Agent
β βββ duckduckgo_tool.py # Search Tool
β βββ email_agent.py # Email Response Generator
βββ π LLAMA-OCR
β βββ ocr.py
βββ π Travel-Planner
β βββ travel-planner.ipynb
βββ agent.ipynb # Agent with LangChain
βββ agent_phidata.ipynb # Agent with Phidata/Agno
βββ agent_pydantic.ipynb # Agent with Pydantic AI
βββ agent_with_crewai.ipynb # Agent with CrewAI
βββ langgraph_llm_with_tools.ipynb # Agent with LangGraph
βββ π README.md # Project documentation
Clone the repository and install dependencies:
git clone https://github.com/yourusername/agentic-systems.git
cd agentic-systems
Contributions are welcome! Feel free to submit pull requests, issues, or feature suggestions.
This project is licensed under the MIT License.
π Agentic Systems β Empowering AI with autonomous and intelligent multi-agent workflows!