Skip to main content
Concepts explain how Veryfront Code is organized and where each primitive belongs. Start here when ownership, lifecycle, or framework boundaries are not clear.

Contents

ConceptExplains
Veryfront CodeHow the main framework surfaces fit together.
Framework primitivesOverview of framework primitives.
AppThe user-facing route and rendering boundary.
AgentThe model reasoning loop and output boundary.
ToolThe contract for one callable capability.
SkillHow skills package reusable agent instructions.
PromptReusable instruction templates for MCP.
ResourceRead-only context exposed through MCP.
TaskBackground work before it becomes a run.
WorkflowMulti-step work with visible process state.
RunDurable records for background execution.
ScheduleTriggers that create runs.
IntegrationExternal service access, auth, and remote tools.
MCP serverTools, prompts, and resources exposed to assistants.
SandboxIsolated command and file execution.
Framework conventionsFile layout, auto-discovery, shared code, content, config.
Framework extensionsReplaceable runtime infrastructure.