feat(athena): add athena to switch-agent and call-omo-agent allowed lists

This commit is contained in:
ismeth
2026-03-02 22:10:25 +01:00
committed by YeonGyu-Kim
parent cee2baf421
commit e01742c8b2
4 changed files with 40 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const DESCRIPTION =
"with the provided context as its starting prompt. Use this to route work to another agent " +
"(e.g., Atlas for fixes, Prometheus for planning). The switch executes when the current agent's turn completes."
const ALLOWED_AGENTS = new Set(["atlas", "prometheus", "sisyphus", "hephaestus"])
const ALLOWED_AGENTS = new Set(["atlas", "prometheus", "sisyphus", "hephaestus", "athena"])
type SessionClient = {
session: {