Skip to content

Instantly share code, notes, and snippets.

View rudolf-the-brief's full-sized avatar

Kulcsar Rudolf rudolf-the-brief

View GitHub Profile
/**
* 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
*