feat: Automated Simulation with Web Search Persona Research#49
Conversation
…search Implement automated interview simulation where an AI persona plays the interviewee role: - Add persona configuration (role, name, company URL, experience, communication style) - Integrate Claude web search to research company products from provided URL - Combine web search results with website scraping for richer persona context - Create AutomatedSimulationPage with persona card, streaming conversation view - Add API endpoints for auto-simulation creation and execution - Display active persona prominently during simulation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Pull Request Review: Automated Simulation with Web Search Persona ResearchThank you for this feature addition! This is a significant enhancement that adds AI-powered persona simulation with web search capabilities. ✅ StrengthsCode Quality
Security
User Experience
|
Summary
Features
Backend (
simulation_agent.py,simulation_sessions.py)search_company_products()- Uses Claude with web search tool to research companygather_company_context()- Combines web search + website scraping in parallelPOST /auto,POST /auto/from-design-session/{id},POST /{id}/run-autoFrontend (
AutomatedSimulationPage.tsx)Test plan
🤖 Generated with Claude Code