fix(sisyphus-junior): use categoryConfig.model instead of hardcoded sonnet-4.5 (#718)
This commit is contained in:
parent
8d65748ad3
commit
70d604e0e4
@ -149,13 +149,13 @@ export function createSisyphusJuniorAgent(
|
||||
): AgentConfig {
|
||||
const prompt = buildSisyphusJuniorPrompt(promptAppend)
|
||||
const model = categoryConfig.model
|
||||
|
||||
const baseRestrictions = createAgentToolRestrictions(BLOCKED_TOOLS)
|
||||
const mergedConfig = migrateAgentConfig({
|
||||
...baseRestrictions,
|
||||
...(categoryConfig.tools ? { tools: categoryConfig.tools } : {}),
|
||||
})
|
||||
|
||||
|
||||
const base: AgentConfig = {
|
||||
description:
|
||||
"Sisyphus-Junior - Focused task executor. Same discipline, no delegation.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user