Add display names to core agents: Sisyphus (Ultraworker), Hephaestus (Deep Agent), Prometheus (Plan Builder), Atlas (Plan Executor)

This commit is contained in:
YeonGyu-Kim
2026-02-16 18:36:11 +09:00
parent d1e78a2e46
commit 16058a6513
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -99,6 +99,7 @@ export function createAtlasAgent(ctx: OrchestratorContext): AgentConfig {
])
const baseConfig = {
name: "Atlas (Plan Executor)",
description:
"Orchestrates work via task() to complete ALL tasks in a todo list until fully done. (Atlas - OhMyOpenCode)",
mode: MODE,