WIP: PAIN3

This commit is contained in:
2026-03-05 15:10:53 -05:00
parent fca57841c6
commit 8784d05db4
12 changed files with 72 additions and 52 deletions

View File

@@ -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."""