From 9a74d81aff7e2358d3497e33df634b975ae2330d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Tue, 14 Nov 2023 09:40:49 -0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 25 ------------------------- Index.md | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 Home.md create mode 100644 Index.md diff --git a/Home.md b/Home.md deleted file mode 100644 index b5d1a7c..0000000 --- a/Home.md +++ /dev/null @@ -1,25 +0,0 @@ -## 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 diff --git a/Index.md b/Index.md new file mode 100644 index 0000000..df9b8f6 --- /dev/null +++ b/Index.md @@ -0,0 +1,25 @@ +## Getting Started +- [Your First CrewAI Project](#your-first-crewai-project)[WIP] + +## Core Concepts +- [Understanding Agents](#understanding-agents)[WIP] +- [Defining Tasks](#defining-tasks)[WIP] +- [Managing Processes](#managing-processes)[WIP] +- [Collaboration and Delegation](#collaboration-and-delegation)[WIP] + +## How-To Guides +- [Customizing Agents](#customizing-agents)[WIP] +- [Creating Tasks with Tools](#creating-tasks-with-tools)[WIP] +- [Setting Up Sequential Processes](#setting-up-sequential-processes)[WIP] +- [Advanced Process Management](#advanced-process-management)[WIP] + +## Examples and Tutorials +- [Building a Customer Service Crew](#building-a-customer-service-crew)[WIP] +- [Implementing a Research Team](#implementing-a-research-team)[WIP] +- [Advanced Use Cases](#advanced-use-cases)[WIP] + +## API Reference +- [Agent API](#agent-api)[WIP] +- [Task API](#task-api)[WIP] +- [Crew API](#crew-api)[WIP] +- [Process API](#process-api)[WIP] \ No newline at end of file