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

# 规范索引

> 按模块浏览 ALL 语言引擎、FSP 和设备接口说明。

<CardGroup cols={2}>
  <Card title="协议概述" href="/docs/specification/overview">了解 ALL、语言引擎、FSP 与设备边界。</Card>
  <Card title="请求与响应格式" href="/docs/specification/base-protocol">查看请求字段、返回结果、版本号和任务信息。</Card>
  <Card title="编译/解释器" href="/docs/specification/engine/compiler">生成参数类型明确的执行步骤。</Card>
  <Card title="仿真器" href="/docs/specification/engine/simulator">验证参数、状态和系统安全限制。</Card>
  <Card title="执行器" href="/docs/specification/engine/executor">下发操作并核验实际结果。</Card>
  <Card title="FSP 概述" href="/docs/specification/fsp/overview">理解 FSP 服务实现与厂商设备接口要求的关系。</Card>
  <Card title="动作契约" href="/docs/specification/fsp/action-contract">定义动作的参数、条件、结果和完成证据。</Card>
  <Card title="能力门控" href="/docs/specification/fsp/capability-gating">分开检查硬件、代码、配置和当前现场状态。</Card>
  <Card title="适配器" href="/docs/specification/fsp/adapter">用伪代码理解单位转换、驱动调用和结果解释。</Card>
  <Card title="设备接口：操作" href="/docs/specification/device-integration/operations">表达动作参数、执行结果和完成证据。</Card>
  <Card title="设备接口：对象" href="/docs/specification/device-integration/objects">表达容器、样品、角色、状态和变化。</Card>
  <Card title="设备接口：系统" href="/docs/specification/device-integration/system">表达设备状态、安全限制、任务和资源。</Card>
  <Card title="错误与诊断" href="/docs/specification/errors">查看错误码、原因和处理方法。</Card>
  <Card title="安全要求" href="/docs/specification/security-and-safety">对象、操作和系统的安全限制。</Card>
  <Card title="实现检查与验收" href="/docs/specification/conformance">实现声明和最小测试要求。</Card>
</CardGroup>
