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 {
|
): AgentConfig {
|
||||||
const prompt = buildSisyphusJuniorPrompt(promptAppend)
|
const prompt = buildSisyphusJuniorPrompt(promptAppend)
|
||||||
const model = categoryConfig.model
|
const model = categoryConfig.model
|
||||||
|
|
||||||
const baseRestrictions = createAgentToolRestrictions(BLOCKED_TOOLS)
|
const baseRestrictions = createAgentToolRestrictions(BLOCKED_TOOLS)
|
||||||
const mergedConfig = migrateAgentConfig({
|
const mergedConfig = migrateAgentConfig({
|
||||||
...baseRestrictions,
|
...baseRestrictions,
|
||||||
...(categoryConfig.tools ? { tools: categoryConfig.tools } : {}),
|
...(categoryConfig.tools ? { tools: categoryConfig.tools } : {}),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
const base: AgentConfig = {
|
const base: AgentConfig = {
|
||||||
description:
|
description:
|
||||||
"Sisyphus-Junior - Focused task executor. Same discipline, no delegation.",
|
"Sisyphus-Junior - Focused task executor. Same discipline, no delegation.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user