> ## Documentation Index
> Fetch the complete documentation index at: https://ahvn.top/llms.txt
> Use this file to discover all available pages before exploring further.

# HeavenBase

> 面向智能体的多后端结构化数据管理引擎。一种模型。多种后端。任意智能体。

<Note>
  *让你的数据可被智能体理解。*
  *一种模型。多种后端。任意智能体。*
</Note>

**HeavenBase** 是一个面向智能体的多后端引擎。你定义一次数据模型，HeavenBase 将字段路由到你现有的数据库——SQL、向量、搜索、文件——并为智能体暴露统一的结构化查询界面。零迁移。零锁定。零胶水代码。

<Info>
  文档最后更新：2026 年 6 月 30 日。当前 HeavenBase 版本：0.1.1.5。博客最后更新：2026 年 6 月 23 日。
</Info>

<CardGroup cols={2}>
  <Card title="快速开始" icon="rocket" href="/quickstart/installation">
    安装 HeavenBase，运行你的第一个工作区、LLM 调用或 MCP 工具集。
  </Card>

  <Card title="什么是 HeavenBase？" icon="book-open" href="/introduction/overview">
    问题背景、多后端引擎设计，以及当前交付内容。
  </Card>

  <Card title="架构" icon="sitemap" href="/introduction/architecture">
    工作区、路由、后端、扩展与智能体执行如何协同工作。
  </Card>

  <Card title="实用工具箱" icon="toolbox" href="/features/utilities/overview">
    配置、路径、哈希、提示词与开发辅助工具。
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="核心概念" icon="cube" href="/features/workspace">
    工作区、清单、实体、路由、后端、查询与目录。
  </Card>

  <Card title="LLM" icon="sparkles" href="/features/llm/overview">
    对话、嵌入、工具调用、会话、入口与提供商路由。
  </Card>

  <Card title="智能体执行" icon="robot" href="/features/agents">
    MCP、工具集、Capsule、提示词、智能体扩展与缓存。
  </Card>

  <Card title="HeavenBase MCP" icon="plug" href="/quickstart/heavenbase-mcp">
    将工作区暴露为面向智能体的 MCP 工具集。
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="集成" icon="blocks" href="/integrations/overview">
    数据库、向量库、LLM 提供商与 MCP 服务器。
  </Card>

  <Card title="API 参考" icon="code" href="/reference/api/overview">
    HTTP API、CLI、MCP 工具集参考与术语表。
  </Card>

  <Card title="工作坊" icon="graduation-cap" href="/quickstart/sublinear-workshop">
    MCP、记忆智能体与数据分析的引导式工作坊。
  </Card>

  <Card title="社区" icon="users" href="/community/contributing">
    路线图、贡献指南，以及如何与项目建立联系。
  </Card>
</CardGroup>
