{"id":"agent://samvad-agents-research.vercel.app","name":"Research","version":"1.0.0","description":"Multi-agent research assistant. Give it a topic, it calls Web Search over SAMVAD to find sources, calls Scout over SAMVAD to summarize each one, then synthesizes a structured research brief.","url":"https://samvad-agents-research.vercel.app","protocolVersion":"1.2","specializations":["research","synthesis","multi-agent"],"models":[{"provider":"groq","model":"llama-3.3-70b-versatile"}],"skills":[{"id":"research","name":"Research","description":"Takes a topic, searches the web via Tavily, calls Scout over SAMVAD to summarize the top 3 sources, then synthesizes a unified research brief with key findings.","inputSchema":{"type":"object","properties":{"topic":{"type":"string","description":"The research topic"},"urls":{"type":"array","items":{"type":"string"},"description":"Optional specific URLs to research. If omitted, Tavily search finds them."}},"required":["topic"]},"outputSchema":{"type":"object","properties":{"topic":{"type":"string"},"brief":{"type":"string"},"keyFindings":{"type":"array","items":{"type":"string"}},"sources":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"}}}},"agentCalls":{"type":"number"}},"required":["topic","brief","keyFindings","sources","agentCalls"]},"modes":["sync","stream"],"trust":"public"}],"publicKeys":[{"kid":"research-key-1","key":"1d4379lhhtUS/dAYkBkCmd4JrzjGdTzqvRWjfraqc6E=","active":true}],"auth":{"schemes":["none"]},"rateLimit":{"requestsPerMinute":10,"requestsPerSender":3},"cardTTL":3600,"endpoints":{"intro":"/agent/intro","message":"/agent/message","task":"/agent/task","taskStatus":"/agent/task/:taskId","stream":"/agent/stream","health":"/agent/health"}}