feat: add command center chat loop widget
This commit is contained in:
@@ -85,7 +85,8 @@ assert actor.get("role") and actor.get("role") != "unknown", actor
|
||||
command = json.load(open(sys.argv[2]))
|
||||
assert command.get("success") is True, command
|
||||
widgets = command.get("data", {}).get("widgets", {})
|
||||
assert len(widgets) == 8, widgets.keys()
|
||||
assert len(widgets) == 9, widgets.keys()
|
||||
assert "chat_loop" in widgets, widgets.keys()
|
||||
for widget in widgets.values():
|
||||
envelope = widget.get("envelope", {})
|
||||
required = {"source", "artifact_path", "commit", "run_at", "verified", "status"}
|
||||
|
||||
Reference in New Issue
Block a user