Durable execution
Checkpoints graph state so workflows can continue after pauses or failures.
Agent Orchestration
LangGraph for durable agent workflows: graphs, checkpoints, and policy-gated tools around live phone sessions.
LangGraph — durable graphs & tools
LangGraph is a low-level runtime for stateful agents, with persistence, streaming, interrupts, and human-in-the-loop execution. AgentDuet call events can become graph inputs while graph state tracks progress, collected fields, and pending actions; live audio stays outside graph state.
For setup, credentials, and API details, use the Documentation link above.
The technical characteristics that matter when deciding whether this provider belongs in your application.
Checkpoints graph state so workflows can continue after pauses or failures.
Models decisions, retries, fallbacks, and agent loops as transitions.
Keeps fulfillment checks and order mutations in deterministic graph tools.
Separates thread checkpoints from longer-lived information stores.
Practical scenarios where the provider's role is clear and the surrounding systems remain under application control.
Authenticate an order, speak shipping status, and gate address or cancel actions.
Branch between replacement, refund, investigation, and status-only replies.
Collect order facts over several turns and resume from checkpointed state.
These providers occupy a similar role in the stack. Compare their strengths, operating model, and surrounding services.
AgentDuet handles the phone and messaging boundary. Your model runs the conversation.