Claw field notebook
OpenAI / ASDK

Agents SDK

The OpenAI Agents SDK is a lightweight framework for building multi-agent apps — Python and TypeScript flavours, both open-source on GitHub. Three primitives carry most of the weight: Agents (an LLM with instructions + tools), Handoffs (one agent transfers control to another), and Tools (typed functions the agent can call). Plus built-in tracing that visualises every step a run takes. The SDK replaces the older "Swarm" experiment and the higher-level pieces of the Assistants API (which OpenAI is sunsetting). All entries below are sourced from github.com/openai/openai-agents-python and openai-agents-js.

5 sourced