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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).