const agentDefinition = {
id: "research-restaurant",
displayName: "Research Restaurant",
publisher: "tanzeela",
version: "0.0.4",
model: "anthropic/claude-4-sonnet-20250522",
toolNames: [],
spawnableAgents: [],
includeMessageHistory: true,
outputMode: "last_message",
spawnerPrompt: `Provide a restaurant to research`,
systemPrompt: ``,
instructionsPrompt: `
Use the Exa MCP to figure out if this restaurant has menu items that meet my dietary restrictions
If so, provide the result in following ormat:
1. Restaurant name
2. Specific menu items that meet ALL three dietary restrictions (gluten-free, dairy-free, pescatarian)
3. 10-20 word description of the vibe of the restaurant
4. Clickable URL link to menu of the restaurant, not just the restaurant's website.
`,
stepPrompt: ``,
mcpServers: {
exa: {
url: "https://mcp.exa.ai/mcp",
type: "http",
params: {},
headers: {}
}
}
}