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.

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

NameDescriptionSource
CONTROL_PLANE_AGENTS_LIST_PATHShared control plane agents list path value.source
CONTROL_PLANE_RUN_STREAM_PATHShared control plane run stream path value.source
CONTROL_PLANE_RUNS_PATH_PREFIXShared control plane runs path prefix value.source
ControlPlaneAgentsListRequestSchemaZod schema for control plane agents list request.source
ControlPlaneSurfaceSchemaZod schema for control plane surface.source
RuntimeAgentListResponseSchemaZod schema for runtime agent list response.source
RuntimeAgentSchemaZod schema for runtime agent.source
RuntimeAgentSkillSchemaZod schema for runtime agent skill.source
RuntimeSuggestionSchemaZod schema for runtime suggestion.source
RuntimeSuggestionsSchemaZod schema for runtime suggestions.source

Functions

NameDescriptionSource
listRuntimeAgentsList runtime agents.source
verifyControlPlaneJwsVerify control plane JWS.source
verifyDispatchJwsVerify dispatch JWS.source
verifyDispatchJwsSignatureVerify the Ed25519 signature of a dispatch JWS and the recency of its timestamps, without binding to a particular request body or audience.source

Types

NameDescriptionSource
ControlPlaneAgentsListRequestRequest payload for control plane agents list.source
ControlPlaneClaimsPublic API contract for control plane claims.source
ControlPlaneSurfacePublic API contract for control plane surface.source
DispatchClaimsPublic API contract for dispatch claims.source
RuntimeAgentPublic API contract for runtime agent.source
RuntimeAgentDiscoveryDepsPublic API contract for runtime agent discovery deps.source
RuntimeAgentListResponseResponse payload for runtime agent list.source
RuntimeAgentSkillPublic API contract for runtime agent skill.source
RuntimeSuggestionPublic API contract for runtime suggestion.source
RuntimeSuggestionsPublic API contract for runtime suggestions.source

Constants

NameDescriptionSource
getControlPlaneAgentsListRequestSchemaZod schema for get control plane agents list request.source
getControlPlaneClaimsSchemaZod schema for get control plane claims.source
getControlPlaneSurfaceSchemaZod schema for get control plane surface.source
getDispatchClaimsSchemaZod schema for get dispatch claims.source
getRuntimeAgentListResponseSchemaZod schema for get runtime agent list response.source
getRuntimeAgentSchemaZod schema for get runtime agent.source
getRuntimeAgentSkillSchemaZod schema for get runtime agent skill.source
getRuntimeSuggestionSchemaZod schema for get runtime suggestion.source
getRuntimeSuggestionsSchemaZod schema for get runtime suggestions.source

veryfront/channels/invoke

import { buildChannelResponseParts, executeChannelInvoke, listChannelAssistants } from "veryfront/channels/invoke";

Components

NameDescriptionSource
ChannelAssistantSchemaZod schema for channel assistant.source
ChannelAssistantsRequestSchemaZod schema for channel assistants request.source
ChannelAssistantsResponseSchemaZod schema for channel assistants response.source
ChannelInvokeRequestSchemaZod schema for channel invoke request.source
ChannelInvokeResponseSchemaZod schema for channel invoke response.source
ChannelResponsePartSchemaZod schema for channel response part.source

Functions

NameDescriptionSource
buildChannelResponsePartsBuilds channel response parts.source
executeChannelInvokeExecute channel invoke.source
listChannelAssistantsList channel assistants.source
normalizeConversationHistoryForRuntimeNormalizes conversation history for runtime.source
resolveChannelInvokeAgentResolves channel invoke agent.source
verifyDispatchJwsVerify dispatch JWS.source
verifyDispatchJwsSignatureVerify the Ed25519 signature of a dispatch JWS and the recency of its timestamps, without binding to a particular request body or audience.source

Types

NameDescriptionSource
ChannelAssistantsRequestRequest payload for channel assistants.source
ChannelAssistantsResponseResponse payload for channel assistants.source
ChannelInvokeDepsPublic API contract for channel invoke deps.source
ChannelInvokeRequestRequest payload for channel invoke.source
ChannelInvokeResponseResponse payload for channel invoke.source
ChannelResponsePartPublic API contract for channel response part.source

Constants

NameDescriptionSource
defaultChannelInvokeDepsShared default channel invoke deps value.source
getChannelAssistantSchemaZod schema for get channel assistant.source
getChannelAssistantsRequestSchemaZod schema for get channel assistants request.source
getChannelAssistantsResponseSchemaZod schema for get channel assistants response.source
getChannelInvokeRequestSchemaZod schema for get channel invoke request.source
getChannelInvokeResponseSchemaZod schema for get channel invoke response.source
getChannelResponsePartSchemaZod schema for get channel response part.source
Architecture: