Skip to content

AI-powered startup analysis system using CrewAI multi-agent collaboration. Simulates a startup team with specialized Product, Engineering, and Market Research agents to evaluate business ideas.

Notifications You must be signed in to change notification settings

22CB006/startup-analyzer-crewai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Agent Startup Simulator

An AI-powered system that simulates a startup team by coordinating specialized agents to collaboratively analyze startup ideas.

Setup

1. Create Virtual Environment

python -m venv venv

2. Activate Virtual Environment

Windows:

venv\Scripts\activate

macOS/Linux:

source venv/bin/activate

3. Install Dependencies

pip install -r requirements.txt

4. Configure Environment

Copy .env.example to .env and add your OpenAI API key:

copy .env.example .env

Edit .env and replace your_openai_api_key_here with your actual OpenAI API key.

Project Structure

.
├── src/                    # Source code
├── tests/                  # Test suite
│   ├── unit/              # Unit tests
│   ├── property/          # Property-based tests
│   └── integration/       # Integration tests
├── config/                # Configuration files
├── requirements.txt       # Python dependencies
└── .env.example          # Environment variable template

Running Tests

pytest

License

MIT

About

AI-powered startup analysis system using CrewAI multi-agent collaboration. Simulates a startup team with specialized Product, Engineering, and Market Research agents to evaluate business ideas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages