agentops/examples/crewai
xiaoxue af7cdc0ffd 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
..
README.md 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
job_posting.ipynb 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
job_posting.py 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
markdown_validator.ipynb 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
markdown_validator.py 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
requirements.txt 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00

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