Setup / Installation¶
Install DialogForge in editable mode and validate the CLI before your first run.
Standard install¶
uv venv
source .venv/bin/activate
uv pip install -e .
cp .env.example .env
Optional managed vLLM extra (Linux)¶
python -m pip install -e ".[vllm]"
CLI smoke checks¶
uv run env PYTHONPATH=src python -m dlgforge --help
uv run env PYTHONPATH=src python -m dlgforge push --help
Optional test baseline¶
uv run env PYTHONPATH=src pytest -q