Skip to main content
Project agents connect Conversations API runs to your runtime. The runtime publishes available agents and streams AG-UI events. It also resumes and cancels long-running work.

Minimum contract

CapabilityRuntime responsibility
DiscoverReturn available agents and metadata.
StreamReturn AG-UI events for active work.
ResumeAccept a tool result or resume signal for a waiting run.
CancelStop active execution for a run ID.
IdentifyPreserve run ID, conversation ID, parent run, and tool-call lineage.
Emit eventsSend event payloads that Veryfront can persist and replay.