Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
说明如何把实验目标和设备接口整理成可验证的执行步骤。
{ "goal": { "name": "向目标容器加入液体", "success_criteria": ["实际加液量为 0.5 mL", "容器状态可确认"] }, "initial_objects": [ { "container_id": "container-01", "object_type_id": "container.centrifuge_tube", "container_status": "无盖", "sample_status": "空" } ], "fsp_definitions": [ { "device_id": "device-01", "revision": "12", "operations": ["add_liquid"], "objects": ["container.centrifuge_tube"], "system_states": ["idle", "busy", "fault"] } ] }
{ "program_id": "program-001", "status": "compiled", "definition_revisions": {"device-01": "12"}, "steps": [ { "step_id": "step-1", "device_id": "device-01", "operation_id": "add_liquid", "object": { "container_id": "container-01", "expected_container_status": "无盖" }, "control": { "parameters": {"source_container_id": "source-01", "volume_mL": 0.5} }, "system": { "expected_device_state": "idle", "execution_mode": "async" } } ], "diagnostics": [] }
compiled