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.
veryfront/channels
Channel transports for the Veryfront control plane and AG-UI invoke route. These are deep-import-only modules.
veryfront/channels has no direct exports. Use the deep imports below.
Deep imports
These import paths group focused functionality under this module. Each is a separate barrel; import only what you need.
veryfront/channels/control-plane
import { listRuntimeAgents, verifyControlPlaneJws, verifyDispatchJws } from "veryfront/channels/control-plane";
Components
| Name | Description | Source |
|---|
CONTROL_PLANE_AGENTS_LIST_PATH | Shared control plane agents list path value. | source |
CONTROL_PLANE_RUN_STREAM_PATH | Shared control plane run stream path value. | source |
CONTROL_PLANE_RUNS_PATH_PREFIX | Shared control plane runs path prefix value. | source |
ControlPlaneAgentsListRequestSchema | Zod schema for control plane agents list request. | source |
ControlPlaneSurfaceSchema | Zod schema for control plane surface. | source |
RuntimeAgentListResponseSchema | Zod schema for runtime agent list response. | source |
RuntimeAgentSchema | Zod schema for runtime agent. | source |
RuntimeAgentSkillSchema | Zod schema for runtime agent skill. | source |
RuntimeSuggestionSchema | Zod schema for runtime suggestion. | source |
RuntimeSuggestionsSchema | Zod schema for runtime suggestions. | source |
Functions
| Name | Description | Source |
|---|
listRuntimeAgents | List runtime agents. | source |
verifyControlPlaneJws | Verify control plane JWS. | source |
verifyDispatchJws | Verify dispatch JWS. | source |
verifyDispatchJwsSignature | Verify the Ed25519 signature of a dispatch JWS and the recency of its timestamps, without binding to a particular request body or audience. | source |
Types
| Name | Description | Source |
|---|
ControlPlaneAgentsListRequest | Request payload for control plane agents list. | source |
ControlPlaneClaims | Public API contract for control plane claims. | source |
ControlPlaneSurface | Public API contract for control plane surface. | source |
DispatchClaims | Public API contract for dispatch claims. | source |
RuntimeAgent | Public API contract for runtime agent. | source |
RuntimeAgentDiscoveryDeps | Public API contract for runtime agent discovery deps. | source |
RuntimeAgentListResponse | Response payload for runtime agent list. | source |
RuntimeAgentSkill | Public API contract for runtime agent skill. | source |
RuntimeSuggestion | Public API contract for runtime suggestion. | source |
RuntimeSuggestions | Public API contract for runtime suggestions. | source |
Constants
| Name | Description | Source |
|---|
getControlPlaneAgentsListRequestSchema | Zod schema for get control plane agents list request. | source |
getControlPlaneClaimsSchema | Zod schema for get control plane claims. | source |
getControlPlaneSurfaceSchema | Zod schema for get control plane surface. | source |
getDispatchClaimsSchema | Zod schema for get dispatch claims. | source |
getRuntimeAgentListResponseSchema | Zod schema for get runtime agent list response. | source |
getRuntimeAgentSchema | Zod schema for get runtime agent. | source |
getRuntimeAgentSkillSchema | Zod schema for get runtime agent skill. | source |
getRuntimeSuggestionSchema | Zod schema for get runtime suggestion. | source |
getRuntimeSuggestionsSchema | Zod schema for get runtime suggestions. | source |
veryfront/channels/invoke
import { buildChannelResponseParts, executeChannelInvoke, listChannelAssistants } from "veryfront/channels/invoke";
Components
| Name | Description | Source |
|---|
ChannelAssistantSchema | Zod schema for channel assistant. | source |
ChannelAssistantsRequestSchema | Zod schema for channel assistants request. | source |
ChannelAssistantsResponseSchema | Zod schema for channel assistants response. | source |
ChannelInvokeRequestSchema | Zod schema for channel invoke request. | source |
ChannelInvokeResponseSchema | Zod schema for channel invoke response. | source |
ChannelResponsePartSchema | Zod schema for channel response part. | source |
Functions
| Name | Description | Source |
|---|
buildChannelResponseParts | Builds channel response parts. | source |
executeChannelInvoke | Execute channel invoke. | source |
listChannelAssistants | List channel assistants. | source |
normalizeConversationHistoryForRuntime | Normalizes conversation history for runtime. | source |
resolveChannelInvokeAgent | Resolves channel invoke agent. | source |
verifyDispatchJws | Verify dispatch JWS. | source |
verifyDispatchJwsSignature | Verify the Ed25519 signature of a dispatch JWS and the recency of its timestamps, without binding to a particular request body or audience. | source |
Types
| Name | Description | Source |
|---|
ChannelAssistantsRequest | Request payload for channel assistants. | source |
ChannelAssistantsResponse | Response payload for channel assistants. | source |
ChannelInvokeDeps | Public API contract for channel invoke deps. | source |
ChannelInvokeRequest | Request payload for channel invoke. | source |
ChannelInvokeResponse | Response payload for channel invoke. | source |
ChannelResponsePart | Public API contract for channel response part. | source |
Constants
| Name | Description | Source |
|---|
defaultChannelInvokeDeps | Shared default channel invoke deps value. | source |
getChannelAssistantSchema | Zod schema for get channel assistant. | source |
getChannelAssistantsRequestSchema | Zod schema for get channel assistants request. | source |
getChannelAssistantsResponseSchema | Zod schema for get channel assistants response. | source |
getChannelInvokeRequestSchema | Zod schema for get channel invoke request. | source |
getChannelInvokeResponseSchema | Zod schema for get channel invoke response. | source |
getChannelResponsePartSchema | Zod schema for get channel response part. | source |
Architecture: