Skip to content

setup python

LoFi edited this page Jan 26, 2026 · 1 revision

Setup: Python

1. Install LoFi Gate

Install the package:

pip install lofi-gate

2. Initialize Physics

Scaffold the configuration into your workspace:

lofi-gate init

This creates .agent/skills/lofi-gate/.

3. Configure Workflow

You can run lofi-gate verify directly, or wrap it in a Makefile or pyproject.toml script (if using pdm or poetry).

Example Makefile:

test:
    lofi-gate verify --parallel

4. Verify

Run the gate manually:

lofi-gate verify

Clone this wiki locally