Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

A project agent connects through the control-plane runtime surface. The runtime lists available agents, accepts signed stream requests, emits AG-UI events over SSE, and supports resume and cancel operations.

Minimum contract

CapabilityRuntime responsibility
DiscoverReturn available agents and metadata from the control-plane list route
StreamAccept a signed stream request and return text/event-stream AG-UI events
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
AuthorizeVerify x-veryfront-control-plane-jws on control-plane routes
Emit eventsSend event payloads that the control plane can persist and replay

What not to build from this page

This page is conceptual. Use Endpoints and validation when implementing a runtime adapter.