This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Company Research Agent | |
| * | |
| * Uses two sequential AI agents per domain to gather and structure company data: | |
| * | |
| * 1. **CompanySearchAgent** — researches a domain via Brave Search MCP | |
| * - MCP server: `@modelcontextprotocol/server-brave-search` (spawned as stdio subprocess) | |
| * - Performs ~5 targeted searches per domain (overview, employees, LinkedIn, contacts, industry) | |
| * - Returns raw research text | |
| * |