refactor: remove reference of the unused session judge

This commit is contained in:
Richard Tang
2026-03-11 16:01:00 -07:00
parent ea5cfcc5d6
commit 0c7f43f595
12 changed files with 33 additions and 336 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ queen_goal = Goal(
name="Queen Manager",
description=(
"Manage the worker agent lifecycle and serve as the user's primary "
"interactive interface. Triage health escalations from the judge."
"interactive interface."
),
success_criteria=[],
constraints=[],