docs: align GPT-5.5 model references

This commit is contained in:
ilseob lee
2026-04-28 08:44:34 +09:00
committed by YeonGyu-Kim
parent 44216a538e
commit 766cdaf893
11 changed files with 183 additions and 116 deletions
+1
View File
@@ -17,6 +17,7 @@ description: Developer reference for the Hephaestus autonomous deep worker agent
|------|---------|
| `agent.ts` | `createHephaestusAgent()` factory, model-variant routing |
| `gpt.ts` | Base GPT prompt: discipline rules, delegation, verification |
| `gpt-5-5.ts` | GPT-5.5-native prompt tuned for current Hephaestus routing |
| `gpt-5-4.ts` | GPT-5.4-native prompt with XML-tagged blocks, entropy-reduced |
| `gpt-5-3-codex.ts` | GPT-5.3 Codex variant with task discipline sections |
| `index.ts` | Barrel exports |