mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
docs: Add quotes to agentops installing command (#1729)
* docs: Add quotes to agentops installing command * feat: Add ContextualMemory to __init__ * feat: remove import due to circular improt * feat: update tasks config main template typos
This commit is contained in:
committed by
GitHub
parent
6930b68484
commit
11a3d4b840
@@ -57,7 +57,7 @@ This feature is useful for debugging and understanding how agents interact with
|
|||||||
<Step title="Install AgentOps">
|
<Step title="Install AgentOps">
|
||||||
Install AgentOps with:
|
Install AgentOps with:
|
||||||
```bash
|
```bash
|
||||||
pip install crewai[agentops]
|
pip install 'crewai[agentops]'
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -12,6 +12,6 @@ reporting_task:
|
|||||||
Review the context you got and expand each topic into a full section for a report.
|
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.
|
Make sure the report is detailed and contains any and all relevant information.
|
||||||
expected_output: >
|
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 '```'
|
Formatted as markdown without '```'
|
||||||
agent: reporting_analyst
|
agent: reporting_analyst
|
||||||
|
|||||||
Reference in New Issue
Block a user