const agentDefinition = {
id: "find-food",
displayName: "Find Food",
publisher: "tanzeela",
version: "0.0.1",
model: "anthropic/claude-4-sonnet-20250522",
toolNames: [
"spawn_agents"
],
spawnableAgents: [
"tanzeela/research-restaurant@0.0.1"
],
includeMessageHistory: false,
outputMode: "last_message",
spawnerPrompt: `Spawn when you need to find a 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.
2. Output to a csv file with the current prompt and the resutls
`,
stepPrompt: ``,
mcpServers: {
exa: {
url: "https://mcp.exa.ai/mcp",
type: "http",
params: {},
headers: {}
}
}
}