AXME
Add durable execution and HITL to Pydantic AI agents
Integrate AXME Cloud with Pydantic AI.
Pydantic AI gives typed agents and structured outputs. AXME wraps runs in durable intents with HITL and audit for production deployments.
Quickstart
from pydantic_ai import Agent import axme agent = Agent(...) result = await axme.pydantic.run(agent, prompt)
Typed agent + durable intent
Pydantic AI
result = await agent.run(prompt)
Pydantic AI + AXME
intent = await axme.pydantic.run(agent, prompt) await intent.wait_for_human(...)
PATTERNS
Common production patterns.
Structured decisions
Validate human input.
Learn more →Durable waits
Tool and human states.
Audit trail
Log typed outputs.
Learn more →Related capabilities
Related links
Ship your first durable agent — in under 10 minutes.
Free tier. No credit card. Self-host or hosted — your choice.