# OpenAI Agents Examples with AgentOps This directory contains examples of using the OpenAI Agents SDK with AgentOps instrumentation. ## Prerequisites - Python >= 3.10 < 3.13 - Install required dependencies: ``` pip install agentops openai-agents ``` ## Examples ### 1. Agent Patterns Example: `agent_patterns` This example demonstrates: - Common agent design patterns ### 2. Agent Tools Example: `agents_tools` This example demonstrates: - Agent tool integration ### 3. Customer Service Agent Example: `customer_service_agent` This example demonstrates: - Customer service automation ## AgentOps Integration These examples show how to use AgentOps to monitor and analyze your AI applications. AgentOps automatically instruments your OpenAI Agents calls to provide insights into performance, usage patterns, and model behavior. To learn more about AgentOps, visit [https://www.agentops.ai](https://www.agentops.ai)