From b0dd2e43080839be3c496a8952706842e1e8d15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Tue, 14 Nov 2023 09:39:10 -0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 98e8361..b5d1a7c 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,25 @@ -Welcome to the CrewAI wiki! +## Getting Started +- [Your First CrewAI Project](#your-first-crewai-project) + +## Core Concepts +- [Understanding Agents](#understanding-agents) +- [Defining Tasks](#defining-tasks) +- [Managing Processes](#managing-processes) +- [Collaboration and Delegation](#collaboration-and-delegation) + +## How-To Guides +- [Customizing Agents](#customizing-agents) +- [Creating Tasks with Tools](#creating-tasks-with-tools) +- [Setting Up Sequential Processes](#setting-up-sequential-processes) +- [Advanced Process Management](#advanced-process-management) + +## Examples and Tutorials +- [Building a Customer Service Crew](#building-a-customer-service-crew) +- [Implementing a Research Team](#implementing-a-research-team) +- [Advanced Use Cases](#advanced-use-cases) + +## API Reference +- [Agent API](#agent-api) +- [Task API](#task-api) +- [Crew API](#crew-api) +- [Process API](#process-api) \ No newline at end of file