Add display names to Metis (Plan Consultant) and Momus (Plan Critic)
This commit is contained in:
parent
655899a264
commit
301847011c
@ -311,6 +311,7 @@ const metisRestrictions = createAgentToolRestrictions([
|
||||
|
||||
export function createMetisAgent(model: string): AgentConfig {
|
||||
return {
|
||||
name: "Metis (Plan Consultant)",
|
||||
description:
|
||||
"Pre-planning consultant that analyzes requests to identify hidden intentions, ambiguities, and AI failure points. (Metis - OhMyOpenCode)",
|
||||
mode: MODE,
|
||||
|
||||
@ -197,6 +197,7 @@ export function createMomusAgent(model: string): AgentConfig {
|
||||
])
|
||||
|
||||
const base = {
|
||||
name: "Momus (Plan Critic)",
|
||||
description:
|
||||
"Expert reviewer for evaluating work plans against rigorous clarity, verifiability, and completeness standards. (Momus - OhMyOpenCode)",
|
||||
mode: MODE,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user