Compare commits

...

4 Commits

Author SHA1 Message Date
Eduardo Chiarotti
906be132f8 feat: update tasks config main template typos 2024-12-09 11:09:46 -03:00
Eduardo Chiarotti
9a5727b149 feat: remove import due to circular improt 2024-12-09 10:00:31 -03:00
Eduardo Chiarotti
ef3b93ab93 feat: Add ContextualMemory to __init__ 2024-12-09 09:58:15 -03:00
Eduardo Chiarotti
3dbcec9434 docs: Add quotes to agentops installing command 2024-12-09 09:53:03 -03:00
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

View File

@@ -12,6 +12,6 @@ reporting_task:
Review the context you got and expand each topic into a full section for a report.
Make sure the report is detailed and contains any and all relevant information.
expected_output: >
A fully fledge reports with the mains topics, each with a full section of information.
A fully fledged report with the main topics, each with a full section of information.
Formatted as markdown without '```'
agent: reporting_analyst