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 {
|
export function createMetisAgent(model: string): AgentConfig {
|
||||||
return {
|
return {
|
||||||
|
name: "Metis (Plan Consultant)",
|
||||||
description:
|
description:
|
||||||
"Pre-planning consultant that analyzes requests to identify hidden intentions, ambiguities, and AI failure points. (Metis - OhMyOpenCode)",
|
"Pre-planning consultant that analyzes requests to identify hidden intentions, ambiguities, and AI failure points. (Metis - OhMyOpenCode)",
|
||||||
mode: MODE,
|
mode: MODE,
|
||||||
|
|||||||
@ -197,6 +197,7 @@ export function createMomusAgent(model: string): AgentConfig {
|
|||||||
])
|
])
|
||||||
|
|
||||||
const base = {
|
const base = {
|
||||||
|
name: "Momus (Plan Critic)",
|
||||||
description:
|
description:
|
||||||
"Expert reviewer for evaluating work plans against rigorous clarity, verifiability, and completeness standards. (Momus - OhMyOpenCode)",
|
"Expert reviewer for evaluating work plans against rigorous clarity, verifiability, and completeness standards. (Momus - OhMyOpenCode)",
|
||||||
mode: MODE,
|
mode: MODE,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user