AIAny
AI Agent2025
Icon for item

500 AI Agents Projects

Curates 500+ open-source AI agent use cases, indexed two ways: by industry vertical (healthcare, finance, legal, retail, and more) and by framework (CrewAI, AutoGen, LangGraph, LlamaIndex, Agno). Each entry links a runnable repo.

Introduction

Most "awesome" lists hand you a wall of links and leave the hardest decision—which framework to bet on—entirely to you. This catalog flips that: it indexes the same 500+ agent projects along two axes at once, so you can enter from "I work in healthcare" or from "I already use LangGraph" and land on a runnable example either way.

What Sets It Apart
  • Dual indexing: every use case is reachable both by industry vertical (healthcare, finance, legal, retail, supply chain, cybersecurity, and 20+ more) and by framework, so the same project shows up wherever your mental model starts.
  • Framework-first grouping across CrewAI, AutoGen, Agno, LangGraph, and LlamaIndex turns the list into an implicit comparison: you see what each framework is actually used for in the wild, not just its marketing pitch.
  • A side-by-side framework chart answers the question most tutorials dodge—when to reach for role-based multi-agent (CrewAI) versus stateful workflows (LangGraph) versus document-heavy pipelines (LlamaIndex).
  • Entries point to concrete repos rather than blog posts, so each row is something you can clone and run instead of read about.
Who It's For

Great fit if you're scoping an agent project and want to see how others solved a similar problem in your domain, or if you're framework-shopping and want real usage signal before committing. Look elsewhere if you want deep tutorials or maintained code—this is a directory, so depth and freshness live in the linked projects, and link rot is the usual cost of any large curated list.

Where It Fits

Unlike single-framework example repos or generic agent tutorials, this sits one level up as a map across the ecosystem. Use it to discover and triage; use the linked repositories to actually build.

Information

  • Websitegithub.com
  • OrganizationsOracle
  • Authorsashishpatel26
  • Published date2025/01/01

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.