-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Anubha Parashar edited this page Aug 11, 2026
·
1 revision
- Python
- Git
- PowerShell on Windows for provided
.ps1helpers - Ollama for local-model experiments
- sufficient disk space for model weights and evidence
python -m venv .venv
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
pip install -e .
pytest -qollama list
ollama servePreserve the live evidence cache when an experiment is interrupted. Resume rather than restarting completed model calls.
Next: Experiment Protocol.
DeltaCert-Agent — research prototype for change-impact-aware recertification of tool-using LLM agents.