const agentDefinition = {
id: "simple-file-explorer",
displayName: "Dora the File Explorer",
publisher: "james",
version: "0.0.1",
model: "qwen/qwen3-235b-a22b-2507:nitro",
toolNames: [
"spawn_agents"
],
spawnableAgents: [
"codebuff/file-picker@0.0.1"
],
inputSchema: {
prompt: {
type: "string",
description: "Describe the task you want to complete."
}
},
includeMessageHistory: false,
outputMode: "last_message",
spawnerPrompt: `Spawn when you want to know which files to read to complete a task.`,
systemPrompt: ``,
instructionsPrompt: `Instructions:
1. Spawn 5 file picker agents to explore the codebase. Give each one a different prompt that explores a distinct aspect of the codebase related to the user prompt.
2. Write one long summary of which locations are most relevant and why and list the most promising files that should be read.`,
stepPrompt: ``
}