ashishpatel26
500-AI-Agents-Projects
Python

The 500 AI Agents Projects is a curated collection of AI agent use cases across various industries. It showcases practical applications and provides links to open-source projects for implementation, illustrating how AI agents are transforming sectors such as healthcare, finance, education, retail, and more.

Last updated Jul 8, 2026
33.9k
Stars
6.0k
Forks
84
Issues
+768
Stars/day
Attention Score
98
Language breakdown
Python 57.5%
JavaScript 30.3%
CSS 11.9%
HTML 0.3%
โ–ธ Files click to expand
README

500+ AI Agent Projects & Use Cases

GitHub Stars GitHub Forks Contributors PRs Welcome License: MIT Last Commit

The most comprehensive collection of AI agent projects, use cases, and working implementations.

๐Ÿš€ Quick Start โ€ข ๐Ÿ—บ๏ธ Browse Agents โ€ข ๐Ÿญ By Industry โ€ข ๐Ÿค Contribute โ€ข ๐Ÿ“Š Frameworks Compared


AI Agent Use Cases

What is this?

A curated collection of 500+ AI agent projects โ€” production examples, tutorials, and working code spanning every major framework (LangGraph, CrewAI, AutoGen, Agno) and industry (Healthcare, Finance, Education, Cybersecurity, and more).

Who it's for:

  • ๐Ÿง‘โ€๐Ÿ’ป Developers building their first or next AI agent
  • ๐Ÿ”ฌ Researchers surveying the agent landscape
  • ๐Ÿข Teams evaluating frameworks for production use
  • ๐ŸŽ“ Students learning agent architectures from real examples

โšก Quick Start

Pick a framework and run an agent in under 5 minutes:

# Clone the repo
git clone https://github.com/ashishpatel26/500-AI-Agents-Projects.git
cd 500-AI-Agents-Projects

Run any agent from the agents/ directory

cd agents/01-web-research-agent pip install -r requirements.txt cp .env.example .env # add your API key python agent.py
All agents in agents/ are self-contained with their own requirements.txt and .env.example. No monorepo setup needed.

๐Ÿ—บ๏ธ Navigation Guide

| I want to... | Go to | |---|---| | Run a working agent right now | agents/ | | Browse by AI framework | Framework-wise Use Cases | | Browse by industry | Industry Use Cases | | Understand which framework to use | Framework Comparison | | Add my own agent | Contributing | | Learn with a course | crewaimcp_course/ |


๐Ÿ“Š Framework Comparison

Choosing a framework? Here's when to use each:

| Framework | Best For | Complexity | Multi-Agent | Streaming | Local LLM | |---|---|---|---|---|---| | LangGraph | Stateful workflows, RAG pipelines, complex graphs | โญโญโญ | โœ… | โœ… | โœ… | | CrewAI | Role-based teams, business automation, rapid prototyping | โญโญ | โœ… | โœ… | โœ… | | AutoGen | Code generation, research, self-healing workflows | โญโญโญ | โœ… | โœ… | โœ… | | Agno | Lightweight single agents, tool integration, fast iteration | โญ | โœ… | โœ… | โœ… | | LlamaIndex | Document Q&A, enterprise RAG, data pipelines | โญโญ | โš ๏ธ | โœ… | โœ… |

Quick decision guide:

  • Just starting out โ†’ Agno or CrewAI
  • Need stateful graphs + RAG โ†’ LangGraph
  • Building code-writing / research agents โ†’ AutoGen
  • Enterprise document pipelines โ†’ LlamaIndex

๐Ÿญ Industry Use Cases

Industry Mind Map

| Use Case | Industry | Description | Code | |---|---|---|---| | HIA (Health Insights Agent) | Healthcare | Analyses medical reports and provides health insights | GitHub | | AI Health Assistant | Healthcare | Diagnoses and monitors diseases using patient data | GitHub | | Automated Trading Bot | Finance | Automates stock trading with real-time market analysis | GitHub | | Agent Wallet SDK | Finance | Non-custodial smart contract wallet SDK for AI agents with enforced spend limits | GitHub | | Virtual AI Tutor | Education | Provides personalized education tailored to users | GitHub | | 24/7 AI Chatbot | Customer Service | Handles customer queries around the clock | GitHub | | Product Recommendation Agent | Retail | Suggests products based on user preferences and history | GitHub | | Self-Driving Delivery Agent | Transportation | Optimizes routes and autonomously delivers packages | GitHub | | Factory Process Monitoring Agent | Manufacturing | Monitors production lines and ensures quality control | GitHub | | Property Pricing Agent | Real Estate | Analyzes market trends to determine property prices | GitHub | | Smart Farming Assistant | Agriculture | Provides insights on crop health and yield predictions | GitHub | | Energy Demand Forecasting Agent | Energy | Predicts energy usage to optimize grid management | GitHub | | Content Personalization Agent | Entertainment | Recommends personalized media based on preferences | GitHub | | Legal Document Review Assistant | Legal | Automates document review and highlights key clauses | GitHub | | Recruitment Recommendation Agent | Human Resources | Suggests best-fit candidates for job openings | GitHub | | Virtual Travel Assistant | Hospitality | Plans travel itineraries based on preferences | GitHub | | AI Game Companion Agent | Gaming | Enhances player experience with real-time assistance | GitHub | | Real-Time Threat Detection Agent | Cybersecurity | Identifies potential threats and mitigates attacks | GitHub | | E-commerce Personal Shopper Agent | E-commerce | Helps customers find products they'll love | GitHub | | Logistics Optimization Agent | Supply Chain | Plans efficient delivery routes and manages inventory | GitHub | | Vibe Hacking Agent | Cybersecurity | Autonomous Multi-Agent Based Red Team Testing Service | GitHub | | Citadel | Software Development | Orchestrates Claude Code agent fleets with lifecycle hooks, skills, campaign management, and postmortem-driven architecture | GitHub | | MediSuite-AI-Agent | Health Insurance | Automates hospital / insurance claiming workflow | GitHub | | Lina Egyptian Medical Chatbot | Healthcare | Egyptian medical assistant chatbot | GitHub |


๐Ÿ”ง Browse by Framework

CrewAI

Role-based multi-agent framework. Great for business automation.

| Use Case | Industry | Description | GitHub | |---|---|---|---| | ๐Ÿ“ง Email Auto Responder Flow | Communication | Automates email responses based on predefined criteria | GitHub | | ๐Ÿ“ Meeting Assistant Flow | Productivity | Organizes meetings, scheduling and agenda preparation | GitHub | | ๐Ÿ”„ Self Evaluation Loop Flow | Human Resources | Facilitates self-assessment for performance reviews | GitHub | | ๐Ÿ“ˆ Lead Score Flow | Sales | Evaluates and scores potential leads to prioritize outreach | GitHub | | ๐Ÿ“Š Marketing Strategy Generator | Marketing | Develops marketing strategies by analyzing market trends | GitHub | | ๐Ÿ“ Job Posting Generator | Recruitment | Creates job postings by analyzing job requirements | GitHub | | ๐Ÿ”„ Recruitment Workflow | Recruitment | Streamlines recruitment by automating hiring tasks | GitHub | | ๐Ÿ” Match Profile to Positions | Recruitment | Matches candidate profiles to suitable job positions | GitHub | | ๐Ÿ“ธ Instagram Post Generator | Social Media | Generates and schedules Instagram posts automatically | GitHub | | ๐ŸŒ Landing Page Generator | Web Development | Automates creation of landing pages for websites | GitHub | | ๐ŸŽฎ Game Builder Crew | Game Development | Assists in game development by automating aspects of creation | GitHub | | ๐Ÿ’น Stock Analysis Tool | Finance | Provides tools for analyzing stock market data | GitHub | | ๐Ÿ—บ๏ธ Trip Planner | Travel | Assists in planning trips with itineraries | GitHub | | ๐ŸŽ Surprise Trip Planner | Travel | Plans surprise trips based on user preferences | GitHub | | ๐Ÿ“š Write a Book with Flows | Creative Writing | Assists authors with structured writing workflows | GitHub | | ๐ŸŽฌ Screenplay Writer | Creative Writing | Aids in writing screenplays with templates and guidance | GitHub | | โœ… Markdown Validator | Documentation | Validates Markdown files for proper formatting | GitHub | | ๐Ÿง  Meta Quest Knowledge | Knowledge Management | Manages Meta Quest knowledge for information retrieval | GitHub | | ๐Ÿค– NVIDIA Models Integration | AI Integration | Integrates NVIDIA AI models into workflows | GitHub | | ๐Ÿ—‚๏ธ Prep for a Meeting | Productivity | Prepares meeting materials and sets agendas | GitHub | | ๐Ÿ› ๏ธ Starter Template | Development | Starter template for new CrewAI projects | GitHub | | ๐Ÿ”— CrewAI + LangGraph Integration | AI Integration | Integration between CrewAI and LangGraph | GitHub |


AutoGen

Microsoft's framework for code generation, execution, and multi-agent research.

Code Generation, Execution, and Debugging

| Use Case | Industry | Description | Notebook | |---|---|---|---| | ๐Ÿค– Automated Task Solving with Code Gen, Execution & Debugging | Software Development | Demonstrates automated task-solving by generating, executing, and debugging code | Notebook | | ๐Ÿง‘โ€๐Ÿ’ป Code Generation and Q&A with Retrieval Augmented Agents | Software Development | Generates code and answers questions using retrieval-augmented methods | Notebook | | ๐Ÿง  Code Generation and Q&A with Qdrant-based Retrieval | Software Development | Utilizes Qdrant for enhanced retrieval-augmented agent performance | Notebook |

Multi-Agent Collaboration

| Use Case | Industry | Description | Notebook | |---|---|---|---| | ๐Ÿค Group Chat (3 members, 1 manager) | Collaboration | Demonstrates group task-solving via multi-agent collaboration | Notebook | | ๐Ÿ“Š Data Visualization by Group Chat | Data Analysis | Uses multi-agent collaboration to create data visualizations | Notebook | | ๐Ÿงฉ Complex Task Solving by Group Chat (6 members) | Collaboration | Solves complex tasks collaboratively with a larger group | Notebook | | ๐Ÿง‘โ€๐Ÿ’ป Task Solving with Coding & Planning Agents | Planning & Dev | Combines coding and planning agents for solving tasks | Notebook | | ๐Ÿ“ Task Solving with Graph Transition Paths | Collaboration | Uses predefined transition paths in a graph for solving tasks | Notebook | | ๐Ÿง  SocietyOfMindAgent Inner-Monologue | Cognitive Sciences | Simulates inner-monologue for problem-solving using group chats | Notebook | | ๐Ÿ”ง Group Chat with Custom Speaker Selection | Collaboration | Implements a custom function for speaker selection | Notebook |

Sequential Multi-Agent Chats

| Use Case | Industry | Description | Notebook | |---|---|---|---| | ๐Ÿ”„ Sequential Task-Solving (single initiating agent) | Workflow Automation | Automates sequential task-solving with a single initiating agent | Notebook | | โณ Async Sequential Task-Solving | Workflow Automation | Handles asynchronous task-solving in a sequence of chats | Notebook | | ๐Ÿค Sequential Chats with Different Initiating Agents | Workflow Automation | Sequential task-solving with different agents initiating each chat | Notebook |

Nested Chats

| Use Case | Industry | Description | Notebook | |---|---|---|---| | ๐Ÿง  Solving Complex Tasks with Nested Chats | Problem Solving | Uses nested chats to solve hierarchical and complex problems | Notebook | | ๐Ÿ”„ Sequence of Nested Chats | Problem Solving | Demonstrates sequential task-solving using nested chats | Notebook | | ๐Ÿญ OptiGuide Supply Chain with Nested Chats | Supply Chain | Solves supply chain optimization using nested chats | Notebook | | โ™Ÿ๏ธ Conversational Chess with Nested Chats | Gaming | Uses nested chats for playing conversational chess with tools | Notebook |

Tools

| Use Case | Industry | Description | Notebook | |---|---|---|---| | ๐ŸŒ Web Search: Solve Tasks Requiring Web Info | Information Retrieval | Searches the web to gather information for completing tasks | Notebook | | ๐Ÿ”ง Use Provided Tools as Functions | Tool Integration | Demonstrates how to use pre-provided tools as callable functions | Notebook | | ๐Ÿ“š RAG Group Chat | Collaboration | Enables group chat with Retrieval Augmented Generation | Notebook | | ๐Ÿ”Š Agent Chat with Whisper | Audio Processing | AI agent for transcription and translation using Whisper | Notebook | | ๐Ÿ“Š SQL: Natural Language to SQL Query | Database Management | Converts natural language inputs into SQL queries | Notebook |

Multimodal Agents

| Use Case | Industry | Description | Notebook | |---|---|---|---| | ๐ŸŽจ Multimodal Agent with DALLE and GPT-4V | Multimedia AI | Combines DALLE and GPT-4V for multimodal agent communication | Notebook | | ๐Ÿ–Œ๏ธ Multimodal Agent with Llava | Image Processing | Uses Llava for multimodal agent conversations | Notebook | | ๐Ÿ–ผ๏ธ Multimodal Agent with GPT-4V | Multimedia AI | Leverages GPT-4V for visual and conversational interactions | Notebook |

Observability & Evaluation

| Use Case | Industry | Description | Notebook | |---|---|---|---| | ๐Ÿ“Š AgentEval: Multi-Agent Assessment System | Performance Evaluation | Evaluating LLM-based application utility | Notebook | | ๐Ÿ“Š Track LLM Calls and Errors using AgentOps | Monitoring & Analytics | Monitors LLM interactions, tool usage, and errors | Notebook | | ๐Ÿ—๏ธ Auto Build Multi-agent System with AgentBuilder | AI Development | Automatically builds multi-agent systems | Notebook |


Agno

Lightweight, fast agent framework. Best for single-agent tools and rapid prototyping.

| Use Case | Industry | Description | Code | |---|---|---|---| | ๐Ÿค– Support Agent | AI Framework Support | Real-time answers, explanations, and code examples for Agno framework | Python | | ๐ŸŽฅ YouTube Agent | Media & Content | Analyzes YouTube videos: summaries, timestamps, themes | Python | | ๐Ÿ“Š Finance Agent (Thinking) | Finance | Real-time stock insights, analyst recommendations, financial deep-dives | Python | | ๐Ÿ“š Study Partner | Education | Finds resources, answers questions, creates study plans | Python | | ๐Ÿ›๏ธ Shopping Partner Agent | E-commerce | Product recommender based on preferences from Amazon, Flipkart | Python | | ๐ŸŽ“ Research Scholar Agent | Education / Research | Advanced academic searches, publication analysis, structured reports | Python | | ๐Ÿง  Research Agent | Media & Journalism | Deep investigations, NYT-style reports | Python | | ๐Ÿณ Recipe Creator | Food & Culinary | Personalized recipes based on ingredients and preferences | Python | | ๐Ÿง  Financial Reasoning Agent | Finance | Claude 3.5 Sonnet-based stock analysis with Yahoo Finance data | Python | | ๐Ÿค– Readme Generator Agent | Software Dev | Generates high-quality READMEs for GitHub repos | Python | | ๐ŸŽฌ Movie Recommendation Agent | Entertainment | Personalized movie recommendations using Exa and GPT-4o | Python | | ๐Ÿ” Media Trend Analysis Agent | Media & News | Analyzes emerging trends and influencers from digital platforms | Python | | โš–๏ธ Legal Document Analysis Agent | Legal Tech | Analyzes legal PDFs and provides insights using vector embeddings | Python | | ๐Ÿค” DeepKnowledge | Research | Iterative search through knowledge base with deep reasoning | Python | | ๐Ÿ“š Book Recommendation Agent | Publishing & Media | Personalized book suggestions using literary data and reader preferences | Python | | ๐Ÿ  MCP Airbnb Agent | Hospitality | Search Airbnb listings with MCP and Llama 4 | Python | | ๐Ÿค– Agno Assist Agent | AI Framework | GPT-4o agent for Agno framework Q&A with hybrid search | Python |


LangGraph

State-machine framework for complex, stateful agent workflows and RAG pipelines.

| Use Case | Industry | Description | Code | |---|---|---|---| | ๐Ÿค– Chatbot Simulation Evaluation | AI / QA | Simulate user interactions to evaluate chatbot performance | Python | | ๐Ÿง  Information Gathering via Prompting | Research | LangGraph workflow using prompting to gather information | Python | | ๐Ÿง  Code Assistant with LangGraph | Software Development | Resilient code assistant with error checking and iterative refinement | Python | | ๐Ÿง‘โ€๐Ÿ’ผ Customer Support Agent | Customer Support | Graph-based agent for handling customer inquiries | Python | | ๐Ÿ” Extraction with Retries | Data Extraction | Retry mechanisms for robust data extraction | Python | | ๐Ÿง  Multi-Agent Workflow (Supervisor) | Workflow Orchestration | Supervisor agent orchestrating multiple specialized agents | Python | | ๐Ÿง  Hierarchical Agent Teams | Workflow Orchestration | Top-level supervisor delegates to specialized sub-agents | Python | | ๐Ÿค Multi-Agent Collaboration | Workflow Orchestration | Multiple specialized agents working together on complex tasks | Python | | ๐Ÿง  Plan-and-Execute Agent | Workflow Orchestration | Agent generates multi-step plan then executes sequentially | Python | | ๐Ÿง  SQL Agent | Database Interaction | Agent answers questions about SQL databases | Python | | ๐Ÿง  Reflection Agent | Workflow Orchestration | Agent critiques and revises its own outputs | Python | | ๐Ÿง  Reflexion Agent | Workflow Orchestration | Agent reflects on actions for iterative improvement | Python | | ๐Ÿง  Adaptive RAG | Information Retrieval | Dynamic retrieval adjusting based on query complexity | Python | | ๐Ÿค– Agentic RAG | Intelligent Agents | Agent determines best retrieval strategy before generating response | Python | | ๐Ÿง  Corrective RAG (CRAG) | Information Retrieval | Evaluates and refines retrieved documents before generation | Python | | ๐Ÿง  Self-RAG | Information Retrieval | System reflects on responses and retrieves additional info if needed | Python | | ๐Ÿง  Adaptive RAG (Local) | Information Retrieval | Adaptive RAG with local models for offline use | Python | | ๐Ÿง  Self-RAG (Local) | Information Retrieval | Self-RAG using local models and data sources | Python |


๐Ÿค Contributing

Contributions are welcome! ๐ŸŽ‰ This repo grows through community contributions.

Ways to contribute:

  • Add a working agent โ€” create a folder in agents/ with runnable code
  • Add an external link โ€” add a row to the industry or framework tables
  • Fix a broken link โ€” open an issue or PR
  • Improve documentation โ€” fix typos, add context, improve examples
To contribute:
  • Fork the repository
  • Create a branch: feat/agent-name or fix/description
  • Add your changes following the Contributing Guidelines
  • Open a PR using the PR template
See CONTRIBUTION.md for full requirements (metadata.yaml, requirements.txt, etc.).


Star History

Star History Chart


๐Ÿ“œ License

This repository is licensed under the MIT License. See the LICENSE file for more information.


โญ Star this repo if you find it useful โ€” it helps others discover it!

Report Issue โ€ข Request Agent โ€ข Contribute

ยฉ 2026 GitRepoTrend ยท ashishpatel26/500-AI-Agents-Projects ยท Updated daily from GitHub