-
Notifications
You must be signed in to change notification settings - Fork 0
Local Setup
Lennox98 edited this page Sep 6, 2026
·
1 revision
The Windows launcher uses the project virtual environment when it exists:
.\RUN.batThe local interface is available at http://127.0.0.1:8080.
For verbose local diagnostics, use:
.\DEV.bat.\.venv\Scripts\python.exe app.py --check-config
.\.venv\Scripts\python.exe -m unittest discover -s tests--check-config validates the module, agent, model, local-LLM, and bridge registries without starting a server or downloading models.
The default local database is SQLite. Runtime data, downloaded models, Hugging Face cache data, PaddleX cache data, evidence files, and vault material are intentionally kept outside the Git commit path.
The main environment variables are:
-
SITH_DATA_DIRfor database, evidence, logs, and vault output. -
SITH_RUNTIME_DIRfor local runtime artifacts. -
SITH_HUGGINGFACE_CACHE_DIRfor Hugging Face cache files. -
SITH_PADDLEX_CACHE_DIRfor PaddleX cache files.
Use Analysis Models before installing optional model dependencies.