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

@@ -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.