crewai-multi-agent

Featured

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.

AI & Automation 28,628 stars 3144 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CrewAI - Multi-Agent Orchestration Framework Build teams of autonomous AI agents that collaborate to solve complex tasks. ## When to use CrewAI **Use CrewAI when:** - Building multi-agent systems with specialized roles - Need autonomous collaboration between agents - Want role-based task delegation (researcher, writer, analyst) - Require sequential or hierarchical process execution - Building production workflows with memory and observability - Need simpler setup than LangChain/LangGraph **Key features:** - **Standalone**: No LangChain dependencies, lean footprint - **Role-based**: Agents have roles, goals, and backstories - **Dual paradigm**: Crews (autonomous) + Flows (event-driven) - **50+ tools**: Web scraping, search, databases, AI services - **Memory**: Short-term, long-term, and entity memory - **Production-ready**: Tracing, enterprise features **Use alternatives instead:** - **LangChain**: General-purpose LLM apps, RAG pipelines - **LangGraph**: Complex stateful workflows with cycles - **AutoGen**: Microsoft ecosystem, multi-agent conversations - **LlamaIndex**: Document Q&A, knowledge retrieval ## Quick start ### Installation ```bash # Core framework pip install crewai # With 50+ built-in tools pip install 'crewai[tools]' ``` ### Create project with CLI ```bash # Create new crew project crewai create crew my_project cd my_project # Install dependencies crewai install # Run the crew crewai run ``` ### Simple crew (code-only) ```python from crewai impo...

Details

Author
davila7
Repository
davila7/claude-code-templates
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category