Documentation Index
Fetch the complete documentation index at: https://ahvn.top/llms.txt
Use this file to discover all available pages before exploring further.
| Term | Definition |
|---|---|
| Workspace | The HeavenBase container that holds schema, backends, routes, and data |
| Entity | A logical schema class with typed fields; extends hb.Entity |
| Backend | A physical storage provider (SQLite, Postgres, Milvus, in-memory, …) |
| Routing | Field-level mapping from entity fields to backend instances and strategies |
| Handler | An operation-specific execution unit compiled for a specific backend |
| Strategy | A storage strategy within a backend (e.g., InlineColumn, SideTable, VectorIndex) |
| Schema | The user-facing catalog of entities, backends, and routes in a workspace |
| MetaSchema | The internal workspace bookkeeping catalog |
| Toolkit | An MCP tool collection generated from a workspace (Stage 7) |
| Capsule | A serialized Python callable stored as a HeavenBase entity (Stage 6) |
| PromptSpec | A function-based prompt definition with entity-backed storage (Stage 8) |
| ConfigManager | The HeavenBase-native runtime configuration manager (Stage 1) |

