Spaces:
Sleeping
Sleeping
| from workflow_twin.core.entities import SystemState | |
| def apply_level1(state: SystemState) -> None: | |
| state.critical_events.append({"event": "l1_tick", "time": state.current_time}) | |
| from workflow_twin.core.entities import SystemState | |
| def apply_level1(state: SystemState) -> None: | |
| state.critical_events.append({"event": "l1_tick", "time": state.current_time}) | |