checkpoint, mma condcutor pain

This commit is contained in:
2026-02-25 12:47:21 -05:00
parent 89636eee92
commit 0b4e197d48
9 changed files with 77 additions and 11 deletions

View File

@@ -41,6 +41,6 @@ This file tracks all major tracks for the project. Each track has its own detail
---
- [ ] **Track: Support headless manual_slop for making an unraid gui docker frontend and a unraid server backend down the line.**
- [~] **Track: Support headless manual_slop for making an unraid gui docker frontend and a unraid server backend down the line.**
*Link: [./tracks/manual_slop_headless_20260225/](./tracks/manual_slop_headless_20260225/)*

View File

@@ -3,7 +3,7 @@
## Phase 1: Project Setup & Headless Scaffold
- [x] Task: Update dependencies (02fc847)
- [ ] Add `fastapi` and `uvicorn` to `pyproject.toml` (and sync `requirements.txt` via `uv`).
- [ ] Task: Implement headless startup
- [~] Task: Implement headless startup
- [ ] Modify `gui_2.py` (or create `headless.py`) to parse a `--headless` CLI flag.
- [ ] Update config parsing in `config.toml` to support headless configuration sections.
- [ ] Bypass Dear PyGui initialization if headless mode is active.