agentops/examples/autogen
xiaoxue af7cdc0ffd 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
..
AgentChat.ipynb 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
AgentChat.py 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
MathAgent.ipynb 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
MathAgent.py 同步完整源码 - 2026-05-25 2026-05-25 01:45:55 +08:00
README.md 同步完整源码 - 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

AutoGen Examples with AgentOps

This directory contains examples of using Microsoft AutoGen with AgentOps instrumentation for various agent-based tasks.

Prerequisites

  • Python >= 3.10 < 3.13
  • Install required dependencies:
    pip install agentops "ag2[retrievechat]"
    

Examples

1. Agent Chat

Example: AgentChat This example demonstrates:

  • Basic agent chat functionality

2. Math Agent

Example: MathAgent

This example demonstrates:

  • A mathematical problem-solving agent

AgentOps Integration

These examples show how to use AgentOps to monitor and analyze your AI applications. AgentOps automatically instruments your AutoGen calls to provide insights into performance, usage patterns, and model behavior.

To learn more about AgentOps, visit https://www.agentops.ai