chore(conductor): Mark track 'Fix Concurrent MMA Live GUI Tests' as complete

Fixes UI flickering between tracks in app_controller.py and an indentation bug in multi_agent_conductor.py that caused workers to crash silently.
This commit is contained in:
2026-05-07 13:30:42 -04:00
parent 6f2f539362
commit 40f0c04a91
5 changed files with 67 additions and 50 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def main() -> None:
print(json.dumps({
"type": "message",
"role": "assistant",
"content": "Mock response"
"content": f"Mock response. Received prompt: {prompt[:100]}..."
}), flush=True)
print(json.dumps({
"type": "result",