GitHub - openai/openai-agents-python: A lightweight, powerful framework for multi-agent workflows
4 hours ago
- #OpenAI Agents
- #Multi-Agent Framework
- #Python SDK
- OpenAI Agents SDK is a lightweight, provider-agnostic framework for building multi-agent workflows.
- It supports multiple LLMs, including OpenAI APIs and over 100 others.
- Features include agents with instructions, tools, guardrails, handoffs, sandbox agents, sessions, tracing, real-time agents, and human-in-the-loop mechanisms.
- Sandbox agents, introduced in version 0.14.0, allow agents to perform tasks in controlled environments with filesystems.
- Installation involves setting up Python 3.10+ and using pip or uv, with optional groups for voice and Redis support.
- An example demonstrates using a SandboxAgent to inspect a Git repository and summarize a project.