mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-05-24 01:49:58 +00:00
- Add explicit reset_operations default; keep hidden plumbing kwargs-only. - Add read-only get_order_list manual_confirm action that calls order_query with latest_only and exposes order_id/order_ids handles. - Collapse start_experiment visible signature to (order_id, materials_loaded, timeout_seconds, assignee_user_ids); legacy params consumed from kwargs to preserve runtime contract. - Reduce submit_experiment_1 graph handles to order_id, resource, coin_cell_code, mount_resource; result dict gains order_id while keeping existing keys.