Skip to content

Getting Started

Anubha Parashar edited this page Aug 11, 2026 · 1 revision

Getting Started

Prerequisites

  • Python
  • Git
  • PowerShell on Windows for provided .ps1 helpers
  • Ollama for local-model experiments
  • sufficient disk space for model weights and evidence

Environment

python -m venv .venv
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install -e .
pytest -q

Ollama

ollama list
ollama serve

Resumability

Preserve the live evidence cache when an experiment is interrupted. Resume rather than restarting completed model calls.

Next: Experiment Protocol.

Clone this wiki locally