updating docs

This commit is contained in:
João Moura
2024-03-04 01:29:27 -03:00
parent ea65283023
commit 3cb48ac562
5 changed files with 8 additions and 17 deletions

View File

@@ -1,4 +1,3 @@
```markdown
---
title: How Agents Collaborate in CrewAI
description: Exploring the dynamics of agent collaboration within the CrewAI framework, focusing on the newly integrated features for enhanced functionality.

View File

@@ -1,4 +1,3 @@
```markdown
---
title: crewAI Crews
description: Understanding and utilizing crews in the crewAI framework.

View File

@@ -1,4 +1,3 @@
```markdown
---
title: crewAI Tasks
description: Overview and management of tasks within the crewAI framework.

View File

@@ -1,4 +1,3 @@
```
---
title: crewAI Tools
description: Understanding and leveraging tools within the crewAI framework for agent collaboration and task execution.
@@ -39,7 +38,7 @@ from crewai_tools import (
)
# Set up API keys
os.environ["SERPER_API_KEY"] = "Your Key"
os.environ["SERPER_API_KEY"] = "Your Key" # serper.dev API key
os.environ["OPENAI_API_KEY"] = "Your Key"
# Instantiate tools