概览
快速开始
用一个最小流程了解如何定义设备接口、验证方法并执行操作。
ALL 的最小闭环由接口定义、编译、仿真和执行组成。FSP 不限定设备接口使用 HTTP、CLI、MCP、RPC 还是 SDK,但所有参与执行的接口都必须具备对象、操作和系统三段描述。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
用一个最小流程了解如何定义设备接口、验证方法并执行操作。
{
"operation_id": "add_liquid",
"object": {"required_container_state": "无盖"},
"operation": {"parameters": {"volume_mL": {"type": "number", "minimum": 0.05, "maximum": 0.8}}},
"system": {"required_device_state": "idle", "safety_fences": ["容器容量足够"]}
}