GitHub 项目简介: 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…
README: A curated collection of **500+ AI agent projects** — production examples, tutorials, and working code spanning every major framework (LangGraph, CrewAI, AutoGen, Agno) and industr…
README: cd agents/01-web-research-agent pip install -r requirements.txt cp .env.example .env # add your API key python agent.py
README: All agents in `agents/` are self-contained with their own `requirements.txt` and `.env.example`. No monorepo setup needed.
README: | Framework | Best For | Complexity | Multi-Agent | Streaming | Local LLM | |---|---|---|---|---|---| | **LangGraph** | Stateful workflows, RAG pipelines, complex graphs | ⭐⭐⭐ | ✅…