host node新增resource add时间统计

create_resource新增handle
bump version to 0.9.2
This commit is contained in:
Xuwznln
2025-06-08 13:23:55 +08:00
parent b6c9530c61
commit c0b7f2decd
50 changed files with 60 additions and 8 deletions

View File

@@ -85,7 +85,15 @@ class Registry:
"goal_default": yaml.safe_load(
io.StringIO(get_yaml_from_goal_type(self.ResourceCreateFromOuterEasy.Goal))
),
"handles": {},
"handles": {
"output": [{
"handler_key": "Labware",
"label": "Labware",
"data_type": "resource",
"data_source": "handle",
"data_key": "liquid"
}]
},
},
"test_latency": {
"type": self.EmptyIn,