> ## 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.

# AI-native Laboratory Language

> 了解 ALL 如何把实验意图转成可验证、可执行的设备操作。

AI-native Laboratory Language（ALL，AI 原生实验室语言）将实验目标转换为可编译、可仿真、可执行的程序。FSP 是 ALL 内部面向设备的接口语义规范。

<CardGroup cols={2}>
  <Card title="阅读规范" icon="book" href="/specification/overview">查看协议边界、接口和符合性要求。</Card>
  <Card title="查看总体设计" icon="diagram-project" href="/architecture/overview">理解 ALL 语言引擎、FSP 与设备的关系。</Card>
  <Card title="快速开始" icon="bolt" href="/quickstart">从设备定义到编译、仿真和执行。</Card>
  <Card title="名词解释" icon="spell-check" href="/architecture/terms">查询术语和职责边界。</Card>
</CardGroup>

## 核心组成

<CardGroup cols={2}>
  <Card title="编译/解释器" href="/specification/engine/compiler">把设备定义和实验意图转换为中间程序。</Card>
  <Card title="仿真器" href="/specification/engine/simulator">验证参数、状态、围栏和完成条件。</Card>
  <Card title="执行器" href="/specification/engine/executor">通过符合 FSP 的设备接口执行并核验实际结果。</Card>
  <Card title="FSP 协议" href="/specification/fsp/overview">使用对象、操作和系统三段结构表达设备操作。</Card>
</CardGroup>
