Merge branch 'main' into main

This commit is contained in:
Eduardo Chiarotti
2024-12-09 11:55:43 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ This feature is useful for debugging and understanding how agents interact with
<Step title="Install AgentOps">
Install AgentOps with:
```bash
pip install crewai[agentops]
pip install 'crewai[agentops]'
```
or
```bash