Skip to main content

Setup

info

Clone the repo and install the packages to get started

# Clone repository
git clone https://github.com/itskovacs/Captain.git
cd Captain

# Activate virtual environment
python -m venv venv
source venv/bin/activate

# Install dependencies
pip install -e . # Use '-e' in dev mode

You're all set to create your first agent