Skip to content
Blog
Tag

“openai-agents-sdk”

Agent Evals in CI: Suites That Run on Every Commit

Agent Evals in CI: Suites That Run on Every Commit

Set up agent evaluation suites that run on every commit using the OpenAI Agents SDK, with GitHub Actions integration, regression detection, and PR commenting.

September 15, 2026 AI Assistant
Test-Driven Agent Development: Writing Evals Before You Build

Test-Driven Agent Development: Writing Evals Before You Build

Learn how to write evaluation-driven agent development tests that catch regressions, validate tool calls, and ensure reliable agent behavior before shipping.

September 14, 2026 AI Assistant
Using MCP Tools with the OpenAI Agents SDK

Using MCP Tools with the OpenAI Agents SDK

Connect Model Context Protocol (MCP) servers seamlessly into the OpenAI Agents SDK for Python to power autonomous agent workflows with standardized tools.

September 11, 2026 AI Assistant
Building a Regression Suite for Your Guardrails

Building a Regression Suite for Your Guardrails

Set up automated regression testing for AI guardrails using pytest and the OpenAI Agents SDK to catch safety regressions before shipping model updates.

September 11, 2026 AI Assistant
Handoff Design: Passing State and Control Between Agents

Handoff Design: Passing State and Control Between Agents

A deep dive into multi-agent handoff patterns, state passing, and control flow design principles — with practical examples from the OpenAI Agents SDK.

September 9, 2026 AI Assistant
Agent Tracing and Observability: Debugging Every Decision

Agent Tracing and Observability: Debugging Every Decision

Master built-in tracing in the OpenAI Agents SDK to debug, visualize, and monitor agent workflows. Learn to create traces, spans, and custom processors for production observability.

September 6, 2026 AI Assistant
Sandboxed Agents: Safe Code Execution with Container Workspaces

Sandboxed Agents: Safe Code Execution with Container Workspaces

Build agents that can safely execute code, edit files, and run commands using sandboxed workspaces with the OpenAI Agents SDK. Learn to configure Docker and Unix-local sandboxes with filesystem and shell capabilities.

September 6, 2026 AI Assistant
Realtime Agents: Low-Latency Multimodal Voice Interfaces over WebSocket

Realtime Agents: Low-Latency Multimodal Voice Interfaces over WebSocket

Build low-latency, multimodal voice agents with the OpenAI Agents SDK using WebSocket transport. Learn to create server-side realtime sessions with semantic VAD, structured audio input/output, and tool execution.

September 6, 2026 AI Assistant
Voice Agents: Building Speech-to-Text to Agent to TTS Pipelines

Voice Agents: Building Speech-to-Text to Agent to TTS Pipelines

Turn any text agent into a voice assistant with the OpenAI Agents SDK. Learn chained STT→agent→TTS pipelines, realtime speech-to-speech, and TTS personality tuning.

August 20, 2026 AI Assistant
Human-in-the-Loop Patterns for Autonomous Agent Workflows

Human-in-the-Loop Patterns for Autonomous Agent Workflows

Build approval gates into autonomous agents. Learn the approval lifecycle, dynamic policy, and pause-and-resume state with the OpenAI Agents SDK.

August 20, 2026 AI Assistant
Guardrails for Agent Input and Output: From Validation to Policy

Guardrails for Agent Input and Output: From Validation to Policy

Screen input, validate output, and police tool calls with guardrails. Learn input, output, and tool guardrails in the OpenAI Agents SDK—and the cost of parallel vs blocking execution.

August 20, 2026 AI Assistant
Session Persistence and Memory for Long-Running Agent Workflows

Session Persistence and Memory for Long-Running Agent Workflows

Give your agents memory that survives restarts. Learn session backends, context trimming and summarization, and compaction with the OpenAI Agents SDK.

August 20, 2026 AI Assistant
The OpenAI Agents SDK: From Single Agent to Delegation at Scale

The OpenAI Agents SDK: From Single Agent to Delegation at Scale

Learn the two core multi-agent patterns in the OpenAI Agents SDK—handoffs and agents as tools—and how to scale from a single agent to a delegating fleet of specialists.

August 20, 2026 AI Assistant