feat: upgrade oracle agent to gpt-5.4

This commit is contained in:
YeonGyu-Kim
2026-03-06 10:38:44 +09:00
parent 5137df72d8
commit e98132d6b2
13 changed files with 40 additions and 41 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ See the [Orchestration System Guide](./orchestration.md) for how agents dispatch
"explore": { "model": "github-copilot/grok-code-fast-1" },
// Architecture consultation: GPT or Claude Opus
"oracle": { "model": "openai/gpt-5.2", "variant": "high" },
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
// Prometheus inherits sisyphus model; just add prompt guidance
"prometheus": { "prompt_append": "Leverage deep & quick agents heavily, always in parallel." }