veryfront | Configuration, server bootstrap, routing, data fetching, and input validation. |
veryfront/head | React head exports for document metadata rendering. |
veryfront/router | React router exports for client navigation and route context. |
veryfront/context | React page-context exports for MDX and route-aware rendering. |
veryfront/fonts | Load Google Fonts as a React component. |
veryfront/chat | Chat UI components and streaming hooks. |
veryfront/markdown | Markdown rendering with syntax highlighting and diagrams. |
veryfront/mdx | Component overrides for .mdx page rendering. |
veryfront/agent | AI agents with memory, tools, and multi-agent composition. |
veryfront/tool | Define tools with Zod schemas for agents and MCP. |
veryfront/workflow | DAG-based agentic workflows with human-in-the-loop support. |
veryfront/prompt | Declare and register prompts exposable over MCP. |
veryfront/resource | Declare and register resources exposable over MCP. |
veryfront/jobs | Jobs module for durable project-scoped background execution. Provides a public SDK surface for one-off jobs, cron jobs, batch summaries, job target discovery, and the canonical split between user-visible events and raw debugging logs. |
veryfront/mcp | MCP server exposing tools, prompts, and resources. |
veryfront/middleware | CORS, rate limiting, logging, and timeout middleware. |
veryfront/utils | Internal utilities — runtime detection, structured logging, constants (breakpoints, timeouts, HTTP codes), hashing, memoization, and feature flags. |
veryfront/oauth | OAuth 2.0 with 37 pre-configured providers. |
veryfront/provider | Provider registry. Maps “provider/model” strings to framework-compatible model runtimes. Auto-initializes built-in providers from environment variables on first use. |
veryfront/fs | Public filesystem, path, and cwd utilities. |
veryfront/integrations | Integration metadata and SVG icons for all connectors. |
veryfront/sandbox | Sandbox module for ephemeral compute environments. Provides the Sandbox class for creating and interacting with isolated execution environments. |
veryfront/embedding | Embedding — RAG primitives for chunking, embedding, and similarity search. Provides a facade over the framework’s current embedding runtime and LangChain text splitting behind veryfront’s own API. |
veryfront/extensions | Public extension API surface. Types used when authoring extensions (the scaffold template generated by veryfront extension init imports from this module), plus the runtime helpers consumers need to load, validate, and orchestrate extensions. |
veryfront/cli | Veryfront CLI entry point. |