veryfront | Core app config and routing. |
veryfront/agent | Agents, AG-UI handlers, and memory. |
veryfront/chat | Chat components and hooks. |
veryfront/cli | CLI runtime helpers. |
veryfront/context | Page context. |
veryfront/embedding | Embedding and retrieval helpers. |
veryfront/errors | Structured error system with slug-based registry, RFC 9457 HTTP problem details, error boundaries for HTTP and CLI, and user-friendly formatting. |
veryfront/eval | First-class eval primitives for agent quality checks. |
veryfront/extensions | Extension contracts and loader helpers. |
veryfront/fonts | Font components. |
veryfront/fs | Filesystem and path utilities. |
veryfront/head | Document metadata components. |
veryfront/index.client | Client and SSR-safe root helpers. |
veryfront/integrations | Connector metadata and remote tools. |
veryfront/knowledge | Project knowledge retrieval helpers. |
veryfront/markdown | Markdown rendering. |
veryfront/mcp | MCP server helpers. |
veryfront/mdx | MDX component overrides. |
veryfront/metrics | Runtime/application metric hooks for project code. |
veryfront/middleware | HTTP middleware. |
veryfront/oauth | OAuth provider helpers. |
veryfront/observability | Tracing, metrics, errors, and logs. |
veryfront/prompt | MCP prompt definitions. |
veryfront/provider | Model provider registry. |
veryfront/release-assets | Content-addressed release asset build, schema, cache, and consumption contracts. |
veryfront/resource | MCP resource definitions. |
veryfront/router | Client navigation and route context. |
veryfront/runs | Canonical durable task and workflow runs. |
veryfront/sandbox | Isolated execution. |
veryfront/scaffold | Create a Veryfront project from a starter template. materializeScaffold() returns the complete contents of a new project - every file veryfront init writes, including package.json, AGENTS.md and .gitignore - without touching a disk. A service that creates projects on a user’s behalf can write them wherever it stores project files and get a project identical to one scaffolded on the command line. Templates are addressed by name (minimal, ai-agent, docs-agent, agentic-workflow, multi-agent-system, coding-agent, saas-starter). listScaffoldTemplates() enumerates every accepted name and resolveScaffoldTemplate() reports which starter a name selects. |
veryfront/schedule | Source-defined recurring schedules for Veryfront projects. |
veryfront/schemas | Validation schemas. |
veryfront/security | Security layer - input validation with size limits, CORS configuration, CSP and security headers, path traversal prevention, and secure filesystem access. |
veryfront/server | Server runtime helpers. |
veryfront/skill | Agent skills. Public API for the agent skills system. Skills are project-level capabilities defined as SKILL.md files following the agentskills.io specification. |
veryfront/task | Source-defined tasks for Veryfront projects. |
veryfront/testing | Test utilities. |
veryfront/tool | Tool definitions and execution. |
veryfront/trigger | Shared source-trigger discovery and local execution primitives. |
veryfront/ui | UI primitives - the base layer for veryfront/chat components. |
veryfront/utils | Runtime utilities. |
veryfront/webhook | Source-defined webhooks for Veryfront projects. |
veryfront/workflow | Workflows. |