Requires Python 3.10
git clone [email protected]:joshkgarber/incontext.gitcd incontext
python3.10 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -e .- Environment variables
- Agent models
flask --app incontext init-db
flask --app incontext run --debug