refactor(management): replace curses TUIs with API-backed ncp subcommands; panel/autostart/install integration

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jon
2026-07-11 07:25:08 -05:00
parent f4f77c5196
commit 53eaed4c7f
792 changed files with 2782 additions and 2240 deletions
Regular → Executable
+1 -1
View File
@@ -4,7 +4,7 @@ import re, subprocess, sys
from pathlib import Path
NEXUS_ROOT = Path.home() / "nexus-core"
NVIDIA_REQS = NEXUS_ROOT / "nvidia_requirements.txt"
NVIDIA_REQS = NEXUS_ROOT / "requirements-nvidia.txt"
CUDA_TO_WHEEL = [
((12, 8), "cu128"),