Files
crewAI/docs/index.md
Jackie Qi 2bd30af72b Fix .md doc file 404 error on github (#564)
* fix md file link not working on github

* miss one changed file
2024-05-05 02:53:20 -03:00

134 lines
4.3 KiB
Markdown

<img src='./crew_only_logo.png' width='250' class='mb-10'/>
# 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.
<div style="display:flex; margin:0 auto; justify-content: center;">
<div style="width:25%">
<h2>Core Concepts</h2>
<ul>
<li>
<a href="./core-concepts/Agents.md">
Agents
</a>
</li>
<li>
<a href="./core-concepts/Tasks.md">
Tasks
</a>
</li>
<li>
<a href="./core-concepts/Tools.md">
Tools
</a>
</li>
<li>
<a href="./core-concepts/Processes.md">
Processes
</a>
</li>
<li>
<a href="./core-concepts/Crews.md">
Crews
</a>
</li>
<li>
<a href="./core-concepts/Memory.md">
Memory
</a>
</li>
</ul>
</div>
<div style="width:30%">
<h2>How-To Guides</h2>
<ul>
<li>
<a href="./how-to/Installing-CrewAI.md">
Installing crewAI
</a>
</li>
<li>
<a href="./how-to/Creating-a-Crew-and-kick-it-off.md">
Getting Started
</a>
</li>
<li>
<a href="./how-to/Create-Custom-Tools.md">
Create Custom Tools
</a>
</li>
<li>
<a href="./how-to/Sequential.md">
Using Sequential Process
</a>
</li>
<li>
<a href="./how-to/Hierarchical.md">
Using Hierarchical Process
</a>
</li>
<li>
<a href="./how-to/LLM-Connections.md">
Connecting to LLMs
</a>
</li>
<li>
<a href="./how-to/Customizing-Agents.md">
Customizing Agents
</a>
</li>
<li>
<a href="./how-to/Human-Input-on-Execution.md">
Human Input on Execution
</a>
</li>
<li>
<a href="./how-to/AgentOps-Observability.md">
Agent Monitoring with AgentOps
</a>
</li>
</ul>
</div>
<div style="width:30%">
<h2>Examples</h2>
<ul>
<li>
<a target='_blank' href="https://github.com/joaomdmoura/crewAI-examples/tree/main/prep-for-a-meeting">
Prepare for meetings
</a>
</li>
<li>
<a target='_blank' href="https://github.com/joaomdmoura/crewAI-examples/tree/main/trip_planner">
Trip Planner Crew
</a>
</li>
<li>
<a target='_blank' href="https://github.com/joaomdmoura/crewAI-examples/tree/main/instagram_post">
Create Instagram Post
</a>
</li>
<li>
<a target='_blank' href="https://github.com/joaomdmoura/crewAI-examples/tree/main/stock_analysis">
Stock Analysis
</a>
</li>
<li>
<a target='_blank' href="https://github.com/joaomdmoura/crewAI-examples/tree/main/game-builder-crew">
Game Generator
</a>
</li>
<li>
<a target='_blank' href="https://github.com/joaomdmoura/crewAI-examples/tree/main/CrewAI-LangGraph">
Drafting emails with LangGraph
</a>
</li>
<li>
<a target='_blank' href="https://github.com/joaomdmoura/crewAI-examples/tree/main/landing_page_generator">
Landing Page Generator
</a>
</li>
</ul>
</div>
</div>