{"data":{"slug":"ashishpatel26-500-ai-agents-projects","name":"500-AI-Agents-Projects","tagline":"A curated collection of AI agent projects and use cases","github_url":"https://github.com/ashishpatel26/500-AI-Agents-Projects","owner":"ashishpatel26","repo":"500-AI-Agents-Projects","owner_avatar_url":"https://avatars.githubusercontent.com/u/3095771?v=4","primary_language":"Python","stars":33907,"forks":6006,"topics":["ai-agents","genai"],"archived":false,"github_pushed_at":"2026-06-06T11:58:47+00:00","url":"https://www.graphcanon.com/tools/ashishpatel26-500-ai-agents-projects","markdown_url":"https://www.graphcanon.com/tools/ashishpatel26-500-ai-agents-projects.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/ashishpatel26-500-ai-agents-projects","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=ashishpatel26-500-ai-agents-projects","description":"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.","homepage_url":"https://ashishpatel26.github.io/500-AI-Agents-Projects/","license":"MIT","open_issues":84,"watchers":424,"ai_summary":"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.","readme_excerpt":"# 500+ AI Agent Projects & Use Cases\n\n<div align=\"center\">\n\n\n\n\n\n\n\n\n**The most comprehensive collection of AI agent projects, use cases, and working implementations.**\n\n[🚀 Quick Start](#-quick-start) • [🗺️ Browse Agents](#-browse-by-framework) • [🏭 By Industry](#-industry-use-cases) • [🤝 Contribute](#-contributing) • [📊 Frameworks Compared](#-framework-comparison)\n\n</div>\n\n---\n\n\n\n## What is this?\n\nA 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).\n\n**Who it's for:**\n- 🧑‍💻 **Developers** building their first or next AI agent\n- 🔬 **Researchers** surveying the agent landscape\n- 🏢 **Teams** evaluating frameworks for production use\n- 🎓 **Students** learning agent architectures from real examples\n\n---\n\n## ⚡ Quick Start\n\nPick a framework and run an agent in under 5 minutes:\n\n```bash\n# Clone the repo\ngit clone https://github.com/ashishpatel26/500-AI-Agents-Projects.git\ncd 500-AI-Agents-Projects\n\n# Run any agent from the agents/ directory\ncd agents/01-web-research-agent\npip install -r requirements.txt\ncp .env.example .env        # add your API key\npython agent.py\n```\n\n> All agents in `agents/` are self-contained with their own `requirements.txt` and `.env.example`. No monorepo setup needed.\n\n---\n\n## 🗺️ Navigation Guide\n\n| I want to... | Go to |\n|---|---|\n| Run a working agent right now | [`agents/`](agents/) |\n| Browse by AI framework | [Framework-wise Use Cases](#-browse-by-framework) |\n| Browse by industry | [Industry Use Cases](#-industry-use-cases) |\n| Understand which framework to use | [Framework Comparison](#-framework-comparison) |\n| Add my own agent | [Contributing](CONTRIBUTION.md) |\n| Learn with a course | [`crewai_mcp_course/`](crewai_mcp_course/) |\n\n---\n\n## 📊 Framework Comparison\n\nChoosing a framework? Here's when to use each:\n\n| Framework | Best For | Complexity | Multi-Agent | Streaming | Local LLM |\n|---|---|---|---|---|---|\n| **LangGraph** | Stateful workflows, RAG pipelines, complex graphs | ⭐⭐⭐ | ✅ | ✅ | ✅ |\n| **CrewAI** | Role-based teams, business automation, rapid prototyping | ⭐⭐ | ✅ | ✅ | ✅ |\n| **AutoGen** | Code generation, research, self-healing workflows | ⭐⭐⭐ | ✅ | ✅ | ✅ |\n| **Agno** | Lightweight single agents, tool integration, fast iteration | ⭐ | ✅ | ✅ | ✅ |\n| **LlamaIndex** | Document Q&A, enterprise RAG, data pipelines | ⭐⭐ | ⚠️ | ✅ | ✅ |\n\n**Quick decision guide:**\n- Just starting out → **Agno** or **CrewAI**\n- Need stateful graphs + RAG → **LangGraph**\n- Building code-writing / research agents → **AutoGen**\n- Enterprise document pipelines → **LlamaIndex**\n\n---\n\n## 🏭 Industry Use Cases\n\n\n\n| Use Case | Industry | Description | Code |\n|---|---|---|---|\n| **HIA (Health Insights Agent)** | Healthcare | Analyses medical reports and provides health insights |  |\n| **AI Health Assistant** | Healthcare | Diagnoses and monitors diseases using patient data |  |\n| **Automated Trading Bot** | Finance | Automates stock trading with real-time market analysis |  |\n| **Agent Wallet SDK** | Finance | Non-custodial smart contract wallet SDK for AI agents with enforced spend limits |  |\n| **Virtual AI Tutor** | Education | Provides personalized education tailored to users |  |\n| **24/7 AI Chatbot** | Customer Service | Handles customer queries around the clock |  |\n| **Product Recommendation Agent** | Retail | Suggests products based on user preferences and history |  |\n| **Self-Driving Delivery Agent** | Transportation | Optimizes routes and autonomously delivers packages |  |\n| **Factory Process Monitoring Agent** | Manufacturing | Monitors production lines and ensures quality control |  |\n| **Property Pricing Agent** | Real Estate | Analyzes market trends to determine property prices |  |\n| **Smart Farming Assistant** | Agriculture | Provides insights on crop health and yield predictions |  |\n| **Energy Demand Forecastin","github_created_at":"2024-12-20T13:37:15+00:00","created_at":"2026-07-07T17:40:07.39347+00:00","updated_at":"2026-07-07T19:46:34.106829+00:00","categories":[{"slug":"ai-agents","name":"AI Agents","url":"https://www.graphcanon.com/categories/ai-agents","markdown_url":"https://www.graphcanon.com/categories/ai-agents.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/ai-agents"}],"tags":[{"slug":"genai","name":"genai"},{"slug":"ai-agents","name":"ai-agents"},{"slug":"open-source-projects","name":"open-source-projects"},{"slug":"framework-comparison","name":"framework-comparison"},{"slug":"industry-use-cases","name":"industry-use-cases"}]}}