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
@@ -633,6 +633,7 @@ export function createHephaestusAgent(
: buildHephaestusPrompt([], tools, skills, categories, useTaskSystem);
return {
name: "Hephaestus (Deep Agent)",
description:
"Autonomous Deep Worker - goal-oriented execution with GPT 5.2 Codex. Explores thoroughly before acting, uses explore/librarian agents for comprehensive context, completes tasks end-to-end. Inspired by AmpCode deep mode. (Hephaestus - OhMyOpenCode)",
mode: MODE,