A powerful competitor analysis tool built with LangChain and LangGraph, implementing a true multi-agent architecture with the Blackboard pattern.
# Install dependencies
pip install -r requirements.txt
# Set up API keys
cp .env.example .env
# Edit .env with your keys
# Run analysis
python main.py
# Or start web server
python api.py- LangGraph Multi-Agent System with 3 specialized agents
- Blackboard Architecture for shared state management
- Real Web Search via Tavily API
- Claude Sonnet 4 powered analysis
- REST API with FastAPI
- Comprehensive Reports with actionable insights
See complete documentation in README.md
MIT License