A competitive intelligence research agent built with BeeAI Framework and Agent Stack.
- Agent Stack installed and running (quickstart)
- OpenAI API key
Clone the repo:
git clone https://github.com/jenna-winkler/competitive-intelligence.git
cd competitive-intelligenceCreate and activate a virtual environment:
python -m venv .venv
source .venv/bin/activateInstall dependencies:
uv syncCreate a .env file from the template and set your API key:
cp .env.template .env
OPENAI_API_KEY=your_api_key_hereStart the agent server:
uv run server- What emerging trends in agentic AI platforms should enterprises prepare for?
- Compare OpenAI, Anthropic, and Google’s agent strategies
- How does Microsoft’s AI strategy compare to AWS?