500-AI-Agents-Projects
A curated collection of AI agent projects and use cases
Overview
This repository compiles over five hundred open-source AI agent projects across various frameworks like LangGraph, CrewAI, AutoGen, Agno, and LlamaIndex. It includes practical applications in industries such as healthcare, finance, education, retail, cybersecurity, among others.
Capability facts
No sourced capability facts yet. Facts appear after ingest scans repo manifests (Dockerfile, package.json, MCP configs).
Categories
Tags
README
500+ AI Agent Projects & Use Cases
The most comprehensive collection of AI agent projects, use cases, and working implementations.
π Quick Start β’ πΊοΈ Browse Agents β’ π By Industry β’ π€ Contribute β’ π Frameworks Compared
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 ownrequirements.txtand.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 | crewai_mcp_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
| Use Case | Industry | Description | Code |
|---|---|---|---|
| HIA (Health Insights Agent) | Healthcare | Analyses medical reports and provides health insights | |
| AI Health Assistant | Healthcare | Diagnoses and monitors diseases using patient data | |
| Automated Trading Bot | Finance | Automates stock trading with real-time market analysis | |
| Agent Wallet SDK | Finance | Non-custodial smart contract wallet SDK for AI agents with enforced spend limits | |
| Virtual AI Tutor | Education | Provides personalized education tailored to users | |
| 24/7 AI Chatbot | Customer Service | Handles customer queries around the clock | |
| Product Recommendation Agent | Retail | Suggests products based on user preferences and history | |
| Self-Driving Delivery Agent | Transportation | Optimizes routes and autonomously delivers packages | |
| Factory Process Monitoring Agent | Manufacturing | Monitors production lines and ensures quality control | |
| Property Pricing Agent | Real Estate | Analyzes market trends to determine property prices | |
| Smart Farming Assistant | Agriculture | Provides insights on crop health and yield predictions | |
| **Energy Demand Forecastin |