|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| job_posting.ipynb | ||
| job_posting.py | ||
| markdown_validator.ipynb | ||
| markdown_validator.py | ||
| requirements.txt | ||
README.md
CrewAI Examples with AgentOps
This directory contains examples of using CrewAI with AgentOps instrumentation for various multi-agent automation tasks.
Prerequisites
- Python >= 3.10 < 3.13
- Install required dependencies:
pip install agentops 'crewai[tools]'
Examples
1. Job Posting
Example: job_posting
This example demonstrates:
- A job posting automation workflow
2. Markdown Validator
Example: markdown_validator
This example demonstrates:
- A markdown validation agent
AgentOps Integration
These examples show how to use AgentOps to monitor and analyze your AI applications. AgentOps automatically instruments your CrewAI calls to provide insights into performance, usage patterns, and model behavior.
To learn more about AgentOps, visit https://www.agentops.ai