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.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.
Minimum contract
| Capability | Runtime responsibility |
|---|---|
| Discover | Return available agents and metadata from the control-plane list route |
| Stream | Accept a signed stream request and return text/event-stream AG-UI events |
| Resume | Accept a tool result or resume signal for a waiting run |
| Cancel | Stop active execution for a run ID |
| Identify | Preserve run ID, conversation ID, parent run, and tool-call lineage |
| Authorize | Verify x-veryfront-control-plane-jws on control-plane routes |
| Emit events | Send event payloads that the control plane can persist and replay |