Codebuff

find-food

v0.0.3
Published Sep 28, 2025

Usage Statistics
v0.0.3

Definition

const agentDefinition = {
id: "find-food",
displayName: "Find Food",
publisher: "tanzeela",
version: "0.0.3",
model: "anthropic/claude-4-sonnet-20250522",
toolNames: [
"spawn_agents"
],
spawnableAgents: [
"tanzeela/research-restaurant@0.0.3"
],
includeMessageHistory: false,
outputMode: "last_message",
spawnerPrompt: `Spawn when you need to find nearby restaurants`,
systemPrompt: ``,
instructionsPrompt: `
Use the Exa MCP to help me find gluten-free, dairy-free, pescatarian friendly restaurants in the Lower Haight area of San Francisco.
1. For each candidate restuarant, spawn restaurant-researcher. Just show the the results of all of these agents.
`,
stepPrompt: ``,
mcpServers: {
exa: {
url: "https://mcp.exa.ai/mcp",
type: "http",
params: {},
headers: {}
}
}
}