OpenAI Agents SDK (Python) Use this skill when developing AI agents using OpenAI Agents SDK ( package). Quick Reference Installation Environment Variables Basic Agent Key Patterns | Pattern | Purpose | |---------|---------| | Basic Agent | Simple Q&A with instructions | | Azure/LiteLLM | Azure OpenAI integration | | AgentOutputSchema | Strict JSON validation with Pydantic | | Function Tools | External actions (@function tool) | | Streaming | Real-time UI (Runner.run streamed) | | Handoffs | Specialized agents, delegation | | Agents as Tools | Orchestration (agent.as tool) | | LLM as Judge | I…