-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
Hello! My agent always uses the default “codebuff researcher” instead of a fixed model. How can I change this?
The same thing happens with others, such as review.
• For API Developers (Potential Enhancements):
Completed: Reid Searcher the Researcher (codebuff/[email protected])
[Edit File]
Editing file at src/utils/route.ts...
Main agent
// .agents/couchboss.ts
export default {
id: 'couchboss',
displayName: 'Couchboss (grok4 fast)',
model: 'x-ai/grok-fast',
spawnableAgents: [
"file-explorer",
"contexter",
"file-picker",
"researcher",
"thinker",
"local-reviewer",
],
...
Reaserer Agent
const agentDefinition = {
id: "researcher",
displayName: "Reid Searcher the Researcher",
publisher: "couchboss",
model: 'deepseek/deepseek-r1-0528',
toolNames: [
"web_search",
"read_docs",
"read_files",
"end_turn"
],
spawnableAgents: [],
inputSchema: {
prompt: {
type: "string",
description: "A question you would like answered using web search and documentation"
}
},
...
}
Metadata
Metadata
Assignees
Labels
No labels