> ## 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、ALL 语言引擎、FSP 和设备如何协作。

ALL 位于 AI 智能体和物理设备之间。语言引擎负责编译、仿真和执行；FSP 服务通过动作契约、能力门控和适配器连接多个设备。

## 总体架构

<img src="https://mintcdn.com/automationlaboratoryprotocol/OXM75Hwy2J32eEAe/images/all-language-architecture.jpg?fit=max&auto=format&n=OXM75Hwy2J32eEAe&q=85&s=7a35e53be191f82d28627d174ea74c45" alt="ALL 总体架构" width="1967" height="2235" data-path="images/all-language-architecture.jpg" />

## 数据流

```text theme={null}
AI 智能体
  ↕
ALL 语言引擎：编译/解释器 → 仿真器 → 执行器
  ↕
FSP 服务：动作契约 → 能力门控 → 适配器
  ↕
厂商设备接口：必须覆盖操作 + 对象 + 系统
  ↕
多个设备
```

设备由适配层接入，可以保留既有接口。FSP 要求厂商接口从操作、对象、系统三个维度提供完整内容：既要说明动作和实际结果，也要说明相关对象的状态变化以及设备、安全、任务和资源状态。三者不是三套独立接口。
