openai-agents-sdk
Installation
SKILL.md
OpenAI Agents SDK
A lightweight, powerful framework for building multi-agent AI workflows in Python.
Installation
pip install openai-agents
# With LiteLLM for multi-provider support
pip install openai-agents[litellm]
Set your API key:
export OPENAI_API_KEY=your-key