Skip to content

jenna-winkler/competitive-intelligence

Repository files navigation

Competitive Intelligence Agent

A competitive intelligence research agent built with BeeAI Framework and Agent Stack.

Requirements

  • Agent Stack installed and running (quickstart)
  • OpenAI API key

Setup

Clone the repo:

git clone https://github.com/jenna-winkler/competitive-intelligence.git
cd competitive-intelligence

Create and activate a virtual environment:

python -m venv .venv
source .venv/bin/activate

Install dependencies:

uv sync

Create a .env file from the template and set your API key:

cp .env.template .env

OPENAI_API_KEY=your_api_key_here

Run

Start the agent server:

uv run server

Example prompts

  • 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?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors