Skip to content
Learn Agentic AI
Learn Agentic AI archive page 146 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.

8 of 1313 articles

Learn Agentic AI
13 min read7Mar 13, 2026

Durable Execution: Long-Running Agents with Temporal

Build long-running AI agents that survive crashes, handle human-in-the-loop approvals, and manage multi-hour workflows using Temporal, DBOS, and Restate with the OpenAI Agents SDK.

Learn Agentic AI
9 min read7Mar 13, 2026

Agents as Tools: The as_tool() Pattern for Orchestration

Learn how to use agent.as_tool() to turn entire agents into callable tools for other agents. Master approval workflows, output extraction, and dynamic tool enabling for multi-agent orchestration.

Learn Agentic AI
8 min read1Mar 13, 2026

Returning Rich Output from Agent Tools: Images, Files, and Structured Data

Go beyond plain text responses. Learn how to return images, files, and structured data from OpenAI Agents SDK tools using ToolOutputImage, ToolOutputFileContent, and ToolOutputText.

Learn Agentic AI
11 min read6Mar 13, 2026

Enterprise Compliance Guardrails for AI Agent Systems

Learn how to build multi-layer compliance guardrails for enterprise AI agent systems, including audit trails via tracing, data residency enforcement, role-based access control, and regulatory reporting.

Learn Agentic AI
10 min read14Mar 13, 2026

Tool Search and Deferred Loading for Large Tool Sets

Learn how to use ToolSearchTool and defer_loading in the OpenAI Agents SDK to manage large tool inventories, reduce token usage, and dynamically load tools only when needed.

Learn Agentic AI
12 min read16Mar 13, 2026

Agent Evaluation Loops: Building Self-Correcting Workflows

Build iterative agent workflows where a task agent produces output and a feedback agent evaluates it, creating self-correcting loops with convergence criteria in the OpenAI Agents SDK.

Learn Agentic AI
10 min read7Mar 13, 2026

Computer Use Tool: Building Browser Automation Agents

Learn how to build browser automation agents with the OpenAI Agents SDK ComputerTool, implementing the AsyncComputer interface for screenshot capture, mouse clicks, and keyboard input.