Skip to content
Learn Agentic AI
Learn Agentic AI archive page 138 of 146

Learn Agentic AI — Build Voice & Chat Agents

Step-by-step tutorials on building voice and chat AI agents using OpenAI Agents SDK, Realtime API, function calling, multi-agent orchestration, and production deployment patterns.

9 of 1313 articles

Learn Agentic AI
11 min read4Mar 13, 2026

Tool Guardrails: Protecting Function Execution

Learn how to implement tool input and output guardrails in the OpenAI Agents SDK to validate function arguments, skip dangerous calls, and replace tool outputs before they reach the agent.

Learn Agentic AI
9 min read4Mar 13, 2026

Conversation Branching and History Management

Master conversation branching, undo operations with pop_item, history pruning strategies, and session input callbacks for advanced history customization in the OpenAI Agents SDK.

Learn Agentic AI
9 min read2Mar 13, 2026

Server-Managed Conversations with OpenAI Conversations API

Use the OpenAI Conversations API with conversations.create, previous_response_id chaining, and auto_previous_response_id for server-side history management in AI agents.

Learn Agentic AI
12 min read2Mar 13, 2026

Content Moderation and Safety Patterns for Production Agents

Learn production-grade content moderation patterns for AI agents including moderation agent guardrails, rate limiting, abuse prevention, and red-teaming strategies using the OpenAI Agents SDK.

Learn Agentic AI
9 min read4Mar 13, 2026

SQLAlchemy Sessions: Production Database-Backed Agent Memory

Use SQLAlchemySession with PostgreSQL and asyncpg for production-grade persistent agent memory including connection pooling, auto table creation, and migration strategies.

Learn Agentic AI
11 min read2Mar 13, 2026

Testing and Red-Teaming Your Agent Guardrail System

Learn how to systematically test and red-team your AI agent guardrails with adversarial prompt injection detection, guardrail bypass attempts, automated test suites, and continuous evaluation pipelines.

Learn Agentic AI
12 min read2Mar 13, 2026

Building a Stateful Customer Service Agent with Persistent Sessions

End-to-end tutorial for building a production-ready stateful customer service agent with database integration, order history, multi-turn issue resolution, and persistent sessions.

Learn Agentic AI
10 min read3Mar 13, 2026

Introduction to Voice AI Agents with OpenAI: Architecture and Concepts

Understand the core architecture of voice AI agents — STT to Agent to TTS pipelines, the VoicePipeline SDK approach vs the Realtime API WebRTC approach, and when to use each for production voice applications.