Agent Framework
Shubhamsaboo/awesome-llm-apps
Shubhamsaboo/awesome-llm-apps· Python
100+ runnable example apps for AI agents, RAG and multi-agent systems in Python.
GitHub stats
- Stars
- 108,047
- Forks
- 15,931
- Watchers
- 1,122
- Open issues
- 5
meta
- License
- Apache-2.0
- Primary language
- Python
- Last commit
- 2026-04-27
- Stats fetched at
- 2026-04-29
A curated collection of 100+ self-contained example apps covering single agents, multi-agent teams, RAG variants (agentic, hybrid, corrective), voice agents and MCP integrations. Each folder is a standalone Python project with its own README, requirements.txt and Streamlit/CLI entry — clone the one you need, drop in your API key, and run. Built across OpenAI, Anthropic, Llama, CrewAI, LangGraph, Agno and others, so you can compare frameworks side by side on the same problem.
Editor's verdict
The fastest way to skim what an "agent app" actually looks like in code across half a dozen frameworks — far more useful than blog posts when you're deciding between LangGraph vs CrewAI vs Agno. Treat it as a reference and starting scaffold, not a maintained library: code quality varies by example, dependencies drift, and there's no shared abstraction. If you want a production-grade framework pick one (LangGraph, PydanticAI, Agno) directly; come here when you need a working seed for a demo or POC.