AIAny
AI Agent2024
Icon for item

Awesome List of AI Agents

Curates 300+ agentic AI projects, tools, and resources into a categorized, regularly updated list — includes top projects, rising projects, and curated links for building or researching autonomous LLM agents.

Introduction

The agent ecosystem has grown fast and fragmented: dozens of frameworks, orchestrators, benchmarks and UI projects appear each month. This list makes that landscape scannable by collecting and organizing the most relevant agentic AI work in one place, so you can find frameworks, evaluation suites, and production-ready tools without re-searching GitHub.

What Sets It Apart
  • Broad coverage with signal: aggregates 300+ entries across frameworks, benchmarks, tooling, and demos, and highlights "Top 10" and "Rising 10" projects to surface maintained, high-impact repos.
  • Curated, not exhaustive scraping: entries include short human-written blurbs that explain what the project does and why it matters, reducing noise compared with raw search results.
  • Practical orientation: focuses on agentic workflows (multi-agent orchestration, tool use, memory, observability, local inference) rather than only model releases, making it immediately useful for engineers building autonomous LLM systems.
  • Lightweight navigation: sections (Top, Rising, All Projects) and badges (open-source, stars) speed up triage when evaluating which projects to try or benchmark.
Who It's For and Trade-offs

Great fit if you are an engineer or researcher evaluating agent frameworks, looking for benchmarks or tool integrations, or scouting open-source projects to adapt or contribute to. The list is curated by an individual maintainer and emphasizes breadth and discoverability over deep technical reviews — use it to find candidates, then go to each repo for implementation details. If you need reproducible benchmark results or in-depth comparative evaluations, pair this list with dedicated benchmark repositories and papers rather than relying on the list alone.

Information

  • Websitegithub.com
  • OrganizationsProduvia
  • AuthorsSlava Kurilyak
  • Published date2024/01/15

Categories

More Items

Hugging Face
AI Model2026

Fine-tuned variant of Qwen3.8-27B optimized to reduce reasoning cost and wall-clock latency for long-running agent workloads. Delivers ~12.8% faster decoding and higher MTP draft acceptance while cutting runaway reasoning, at a small MMLU-Pro accuracy trade-off (−1.45 pp).

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.