Loading...
Discovering amazing AI tools


A lightweight, open-source SDK for building, orchestrating, tracing, and validating multi-agent LLM workflows in Python and TypeScript.

A lightweight, open-source SDK for building, orchestrating, tracing, and validating multi-agent LLM workflows in Python and TypeScript.
The OpenAI Agents SDK is an open-source software development kit for creating agentic applications composed of LLM-based agents, tools, guardrails, and handoffs. It provides a small set of primitives — Agents (LLMs configured with instructions and tools), Handoffs (delegation between agents), Guardrails (input/output validation), and Tracing (visual debugging and evaluation) — to express complex multi-agent workflows with minimal abstraction. The SDK is provider-agnostic (supports OpenAI Responses, Chat Completions APIs and 100+ other LLMs), includes examples and patterns for common orchestration strategies, optional voice support, and integrates tracing and evaluation hooks to help monitor, debug, and iterate on agent behavior in production.
