Skip to content

jpanat/ai-competitor-agents

Repository files navigation

🐍 AI Competitor Intelligence - Python Multi-Agent System

A powerful competitor analysis tool built with LangChain and LangGraph, implementing a true multi-agent architecture with the Blackboard pattern.

Python LangChain LangGraph

🚀 Quick Start

# 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

🌟 Features

  • 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

📖 Full Documentation

See complete documentation in README.md

📄 License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors