openai/openai-agents-python
GitHub 仓库 中按Star排名第 89 / 共 783
A lightweight, powerful framework for multi-agent workflows
项目介绍
The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows. It is provider-agnostic, supporting the OpenAI Responses and Chat Completions APIs, as well as 100+ other LLMs.
Looking for the JavaScript/TypeScript version? Check out Agents SDK JS/TS.
Explore the examples directory to see the SDK in action, and read our documentation for more details.
To get started, set up your Python environment (Python 3.10 or newer required), and then install OpenAI Agents SDK package.
For voice support, install with the optional voice group: pip install 'openai-agents[voice]'. For Redis session support, install with the optional redis group: pip install…
最新指标
| Star | 27.9k | 2026-07-16 |
|---|---|---|
| Fork | 4.3k | 2026-07-16 |
| 提交 | 1.7k | 2026-07-16 |
| 发布 | 108 | 2026-07-16 |
| Watcher | 220 | 2026-07-16 |
| 开放 issue | 26 | 2026-07-16 |
| 开放 PR | 39 | 2026-07-16 |