mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
36 lines
1.6 KiB
Markdown
36 lines
1.6 KiB
Markdown
<img src='./crewai_logo.png' width='250'/>
|
|
|
|
# Welcome to crewAI Documentation
|
|
🤖 Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
|
|
|
|
<p align="center">
|
|
<img src='./crewAI-mindmap.png' />
|
|
</p>
|
|
|
|
## Core Concepts
|
|
- [Understanding Agents](./core-concepts/Understanding-Agents.md)
|
|
- [Creating Tasks](./core-concepts/Creating-Tasks.md)
|
|
- [Defining Tasks](./core-concepts/Defining-Tasks.md)
|
|
- [Managing Processes](./core-concepts/Managing-Processes.md)
|
|
- [Collaboration and Delegation](./core-concepts/Delegation-and-Collaboration.md)
|
|
- [Agent Tools](./core-concepts/Agent-Tools.md)
|
|
|
|
## How-To Guides
|
|
- [Connecting to LLMs](./how-to/LLM-Connections.md)
|
|
- [Customizing Agents](./how-to/Customizing-Agents.md)
|
|
- [Creating a Crew and kick it off](./how-to/Creating-a-Crew-and-kick-it-off.md)
|
|
- [Human Input on Execution](./how-to/Human-Input-on-Execution.md)
|
|
|
|
## Examples and Tutorials
|
|
You can test different real life examples of AI crews [in the examples repo](https://github.com/joaomdmoura/crewAI-examples)
|
|
|
|
- [Trip Planner](https://github.com/joaomdmoura/crewAI-examples/tree/main/trip_planner)
|
|
- [Stock Analysis](https://github.com/joaomdmoura/crewAI-examples/tree/main/stock_analysis)
|
|
- [Landing Page Generator](https://github.com/joaomdmoura/crewAI-examples/tree/main/landing_page_generator)
|
|
- [Having Human input on the execution](./how-to/Human-Input-on-Execution.md)
|
|
|
|
## API Reference
|
|
- [Agent API](#agent-api)[WIP]
|
|
- [Task API](#task-api)[WIP]
|
|
- [Crew API](#crew-api)[WIP]
|
|
- [Process API](#process-api)[WIP] |