AXME
Add durable lifecycle and human approvals to OpenAI Agents SDK
Integrate AXME Cloud with the OpenAI Agents SDK.
OpenAI Agents SDK handles agent definitions and tool calls. AXME adds durable lifecycle, retries across deploys, and human-in-the-loop for production.
Quickstart
import axme from openai_agents import Agent agent = Agent(...) run = await axme.agents.run(agent, input=task)
Handoff with durable wait
OpenAI Agents
result = await Runner.run(agent, input)
OpenAI Agents + AXME
intent = await axme.agents.run(agent, input) await intent.wait_for_human(...)
PATTERNS
Common production patterns.
Retry-safe runs
Resume after crash.
Human approval
Before tool execution.
Intent tracking
Audit every transition.
Related reading
Deeper dives from the AXME blog.
Related capabilities
Related links
Ship your first durable agent — in under 10 minutes.
Free tier. No credit card. Self-host or hosted — your choice.