Skip to content
Learn Agentic AI
Learn Agentic AI archive page 140 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
12 min read2Mar 13, 2026

Debug Logging and Configuration Best Practices for OpenAI Agents

Configure the OpenAI Agents SDK for development and production. Covers API keys, model defaults, verbose logging, sensitive data protection, and a production readiness checklist.

Learn Agentic AI
8 min read4Mar 13, 2026

Hosted Tools in OpenAI Agents SDK: Web Search, Code Interpreter, and File Search

Learn how to use OpenAI's hosted tools — WebSearchTool, CodeInterpreterTool, FileSearchTool, and ImageGenerationTool — to give your agents powerful built-in capabilities without writing custom logic.

Learn Agentic AI
9 min read3Mar 13, 2026

Building Custom Function Tools with @function_tool Decorator

Master the @function_tool decorator in the OpenAI Agents SDK. Learn how to create sync and async tools, handle complex parameters, and wire multiple custom tools into your agents.

Learn Agentic AI
8 min read3Mar 13, 2026

Tool Timeouts and Error Handling in Agent Tool Pipelines

Learn how to build resilient agent tool pipelines using timeouts, failure_error_function, and tool_error_formatter in the OpenAI Agents SDK.

Learn Agentic AI
10 min read5Mar 13, 2026

Tool Namespaces: Organizing Agent Capabilities at Scale

Learn how to use tool_namespace() in the OpenAI Agents SDK to group, organize, and dynamically load agent tools at scale, preventing name collisions and improving maintainability.

Learn Agentic AI
13 min read5Mar 13, 2026

Agent Handoffs: Building Triage and Routing Systems

Master the handoff mechanism in the OpenAI Agents SDK — from basic handoffs to advanced triage systems with custom tool names, descriptions, and on_handoff callbacks.

Learn Agentic AI
10 min read4Mar 13, 2026

Speech-to-Text and Text-to-Speech for Voice Agent Pipelines

Configure STT and TTS models for OpenAI voice agent pipelines — Whisper integration, language and prompt settings, voice selection, streaming TTS, and custom model implementations.

Learn Agentic AI
11 min read5Mar 13, 2026

StreamedAudioInput: Real-Time Voice Interaction with Activity Detection

Build real-time voice agents using StreamedAudioInput with continuous microphone streaming, voice activity detection (VAD), turn detection, and lifecycle events for natural conversational flow.