Skip to content
Learn Agentic AI
Learn Agentic AI archive page 57 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 read0Mar 16, 2026

LangGraph Tool Nodes: Integrating Function Calling into Graph Workflows

Learn how to integrate LLM function calling into LangGraph workflows using ToolNode, tool binding, automatic tool execution, and structured error handling for reliable agent behavior.

Learn Agentic AI
12 min read3Mar 16, 2026

Human-in-the-Loop with LangGraph: Approval Gates and Manual Intervention Points

Implement human approval gates in LangGraph using interrupt_before, interrupt_after, and resume patterns to build agent workflows that pause for human review before executing sensitive actions.

Learn Agentic AI
11 min read0Mar 16, 2026

LangGraph Checkpointing: Persistence and Time Travel for Agent Workflows

Implement persistence and time travel in LangGraph using MemorySaver, SqliteSaver, and PostgresSaver to checkpoint agent state, replay past executions, and recover from failures.

Learn Agentic AI
13 min read3Mar 16, 2026

Building a Multi-Agent System with LangGraph: Supervisor and Worker Patterns

Build multi-agent systems in LangGraph using subgraph composition, supervisor routing, and parallel worker execution to create specialized agent teams that collaborate on complex tasks.

Learn Agentic AI
11 min read0Mar 16, 2026

LangGraph Streaming: Real-Time Node Updates and Token Streaming

Implement real-time streaming in LangGraph with stream modes for node-level updates, token-by-token LLM output, custom event streams, and practical patterns for responsive agent UIs.

Learn Agentic AI
11 min read0Mar 16, 2026

Error Handling in LangGraph: Retry Nodes, Fallback Paths, and Recovery

Build resilient LangGraph workflows with try/except patterns in nodes, fallback conditional edges, configurable retry logic, and dead-end recovery strategies for production agent systems.

Learn Agentic AI
12 min read2Mar 16, 2026

Production LangGraph: Deploying Stateful Agents with LangGraph Cloud

Deploy LangGraph agents to production using LangGraph Cloud with API endpoints, cron triggers, monitoring, scaling strategies, and operational best practices for stateful agent workflows.

Learn Agentic AI
11 min read0Mar 16, 2026

Designing RESTful APIs for AI Agent Interactions: Endpoints, Payloads, and Versioning

Learn how to design RESTful APIs purpose-built for AI agent interactions, covering conversation endpoints, session management, structured payloads, and versioning strategies that keep agents running during upgrades.