mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
This reverts commit 6f17b2d0ff.
This commit is contained in:
@@ -9,32 +9,32 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By
|
|||||||
<h2>Core Concepts</h2>
|
<h2>Core Concepts</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="./core-concepts/Agents.md">
|
<a href="./core-concepts/Agents">
|
||||||
Agents
|
Agents
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./core-concepts/Tasks.md">
|
<a href="./core-concepts/Tasks">
|
||||||
Tasks
|
Tasks
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./core-concepts/Tools.md">
|
<a href="./core-concepts/Tools">
|
||||||
Tools
|
Tools
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./core-concepts/Processes.md">
|
<a href="./core-concepts/Processes">
|
||||||
Processes
|
Processes
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./core-concepts/Crews.md">
|
<a href="./core-concepts/Crews">
|
||||||
Crews
|
Crews
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./core-concepts/Memory.md">
|
<a href="./core-concepts/Memory">
|
||||||
Memory
|
Memory
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -44,47 +44,47 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By
|
|||||||
<h2>How-To Guides</h2>
|
<h2>How-To Guides</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/Installing-CrewAI.md">
|
<a href="./how-to/Installing-CrewAI">
|
||||||
Installing crewAI
|
Installing crewAI
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/Creating-a-Crew-and-kick-it-off.md">
|
<a href="./how-to/Creating-a-Crew-and-kick-it-off">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/Create-Custom-Tools.md">
|
<a href="./how-to/Create-Custom-Tools">
|
||||||
Create Custom Tools
|
Create Custom Tools
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/Sequential.md">
|
<a href="./how-to/Sequential">
|
||||||
Using Sequential Process
|
Using Sequential Process
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/Hierarchical.md">
|
<a href="./how-to/Hierarchical">
|
||||||
Using Hierarchical Process
|
Using Hierarchical Process
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/LLM-Connections.md">
|
<a href="./how-to/LLM-Connections">
|
||||||
Connecting to LLMs
|
Connecting to LLMs
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/Customizing-Agents.md">
|
<a href="./how-to/Customizing-Agents">
|
||||||
Customizing Agents
|
Customizing Agents
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/Human-Input-on-Execution.md">
|
<a href="./how-to/Human-Input-on-Execution">
|
||||||
Human Input on Execution
|
Human Input on Execution
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/AgentOps-Observability.md">
|
<a href="./how-to/AgentOps-Observability">
|
||||||
Agent Monitoring with AgentOps
|
Agent Monitoring with AgentOps
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user