SDK mental model
Using the SDK requires a clear conceptual model. Understanding its abstractions helps align built-in behavior with explicit control.
- What the OpenAI Agents SDK provides — Core abstractions and runtime features.
- Mapping the SDK to the agent loop — Relating SDK concepts to sense–decide–act cycles.
- What the SDK manages versus what we control — Distinguishing automatic behavior from user code.