> For AI agents: the complete documentation index is available at https://devcodex-labs.github.io/capability-graph/llms.txt, the full documentation bundle is available at https://devcodex-labs.github.io/capability-graph/llms-full.txt.

# 快速开始

本分区面向第一次接入 Capability Graph 的 Provider 作者和框架维护者。完成后，你将拥有一个可校验的 Provider 定义、一个明确范围的 Core 实例，以及一个由 Provider 自己暴露的 API 入口。

1. [安装](https://devcodex-labs.github.io/capability-graph/getting-started/installation.md)包并确认 Node.js 版本。
2. [创建第一个 Provider](https://devcodex-labs.github.io/capability-graph/getting-started/first-provider.md)，定义 Provider、能力、本地知识并完成渐进查询。
3. [Provider 自有 API](https://devcodex-labs.github.io/capability-graph/getting-started/provider-owned-api.md)，把查询原语接入自己的服务，并选择关系、知识、Runtime 或 MCP 的后续路径。

**当前边界**：Core 不执行能力，也不替 Provider 设计认证、MCP 工具名称或 Agent 意图路由。
