> ## 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：对象 + 操作 + 系统
  ↕
多个设备
```

设备由适配层接入，保留既有接口；每次操作都必须返回实际对象状态、操作执行情况和系统状态。
