WIP: PAIN3
This commit is contained in:
@@ -137,8 +137,8 @@ class ApiHookClient:
|
||||
return {"performance": diag}
|
||||
|
||||
def get_mma_status(self) -> dict[str, Any]:
|
||||
"""Convenience to get the current MMA engine status. Returns FULL state."""
|
||||
return self.get_gui_state()
|
||||
"""Retrieves the dedicated MMA engine status."""
|
||||
return self._make_request('GET', '/api/gui/mma_status') or {}
|
||||
|
||||
def get_node_status(self, node_id: str) -> dict[str, Any]:
|
||||
"""Retrieves status for a specific node in the MMA DAG."""
|
||||
|
||||
Reference in New Issue
Block a user