Skip to content

Commit

Permalink
docs: Add quotes to agentops installing command (#1729)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pythonbyte authored Dec 9, 2024
1 parent ade3934 commit 36eb635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/agentops-observability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/crewai/cli/templates/crew/config/tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 36eb635

Please sign in to comment.