Compare commits

..

1 Commits

Author SHA1 Message Date
jit-ci[bot]
7e83738112 Scan Code for Vulnerabilities Commit 2024-12-07 06:55:32 +00:00
3 changed files with 4 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

@@ -0,0 +1,2 @@
import sys
print(sys.argv)

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 fledged report with the main topics, each with a full section of information.
A fully fledge reports with the mains topics, each with a full section of information.
Formatted as markdown without '```'
agent: reporting_analyst