AXME
Add durable execution and HITL to Vercel AI SDK agent workflows
Integrate AXME Cloud with the Vercel AI SDK.
Vercel AI SDK streams tokens to the UI. AXME completes the loop with durable intents — so streaming UIs can pause for human approval and resume safely.
Quickstart
import { streamText } from 'ai'
import { axme } from '@axme/vercel-ai'
const intent = await axme.wrap(streamText({ model, prompt }))Stream + durable completion
Vercel AI SDK
const { textStream } = await streamText(...)Vercel AI SDK + AXME
const intent = await axme.wrap(streamText(...)) await intent.wait_for_human(...)
PATTERNS
Common production patterns.
Stream to UI
Keep Vercel streaming UX.
Durable completion
Intent survives serverless cold start.
HITL in chat UI
Approval components.
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.