Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ahvn.top/llms.txt

Use this file to discover all available pages before exploring further.

TermDefinition
WorkspaceThe HeavenBase container that holds schema, backends, routes, and data
EntityA logical schema class with typed fields; extends hb.Entity
BackendA physical storage provider (SQLite, Postgres, Milvus, in-memory, …)
RoutingField-level mapping from entity fields to backend instances and strategies
HandlerAn operation-specific execution unit compiled for a specific backend
StrategyA storage strategy within a backend (e.g., InlineColumn, SideTable, VectorIndex)
SchemaThe user-facing catalog of entities, backends, and routes in a workspace
MetaSchemaThe internal workspace bookkeeping catalog
ToolkitAn MCP tool collection generated from a workspace (Stage 7)
CapsuleA serialized Python callable stored as a HeavenBase entity (Stage 6)
PromptSpecA function-based prompt definition with entity-backed storage (Stage 8)
ConfigManagerThe HeavenBase-native runtime configuration manager (Stage 1)