README.md
pyproject.toml
src/lumen_app/__init__.py
src/lumen_app/main.py
src/lumen_app.egg-info/PKG-INFO
src/lumen_app.egg-info/SOURCES.txt
src/lumen_app.egg-info/dependency_links.txt
src/lumen_app.egg-info/entry_points.txt
src/lumen_app.egg-info/requires.txt
src/lumen_app.egg-info/top_level.txt
src/lumen_app/api/__init__.py
src/lumen_app/api/config.py
src/lumen_app/api/hardware.py
src/lumen_app/api/install.py
src/lumen_app/api/server.py
src/lumen_app/schemas/__init__.py
src/lumen_app/schemas/config.py
src/lumen_app/schemas/hardware.py
src/lumen_app/schemas/install.py
src/lumen_app/schemas/server.py
src/lumen_app/services/__init__.py
src/lumen_app/services/config.py
src/lumen_app/services/install_orchestrator.py
src/lumen_app/services/install_task_repository.py
src/lumen_app/services/installer.py
src/lumen_app/services/server_manager.py
src/lumen_app/services/state.py
src/lumen_app/static/index.html
src/lumen_app/static/vite.svg
src/lumen_app/static/assets/index-CElzeNja.js
src/lumen_app/static/assets/index-CSbbRiQk.css
src/lumen_app/utils/env_checker.py
src/lumen_app/utils/logger.py
src/lumen_app/utils/package_resolver.py
src/lumen_app/utils/preset_registry.py
src/lumen_app/utils/installation/__init__.py
src/lumen_app/utils/installation/env_manager.py
src/lumen_app/utils/installation/micromamba_installer.py
src/lumen_app/utils/installation/package_installer.py
src/lumen_app/utils/installation/verifier.py
src/lumen_app/utils/mamba/cuda.yaml
src/lumen_app/utils/mamba/default.yaml
src/lumen_app/utils/mamba/openvino.yaml
src/lumen_app/utils/mamba/tensorrt.yaml
src/lumen_app/websockets/__init__.py
src/lumen_app/websockets/logs.py
tests/test_config_clip_defaults.py
tests/test_install_orchestrator.py
tests/test_preset_registry.py
web-ui/.gitignore
web-ui/README.md
web-ui/components.json
web-ui/eslint.config.js
web-ui/index.html
web-ui/package.json
web-ui/pnpm-lock.yaml
web-ui/postcss.config.js
web-ui/tailwind.config.js
web-ui/tsconfig.app.json
web-ui/tsconfig.json
web-ui/tsconfig.node.json
web-ui/vite.config.ts
web-ui/public/vite.svg
web-ui/src/App.css
web-ui/src/App.tsx
web-ui/src/index.css
web-ui/src/main.tsx
web-ui/src/assets/react.svg
web-ui/src/components/layout/AppShell.tsx
web-ui/src/components/layout/Header.tsx
web-ui/src/components/layout/Layout.tsx
web-ui/src/components/layout/Sidebar.tsx
web-ui/src/components/ui/alert.tsx
web-ui/src/components/ui/badge.tsx
web-ui/src/components/ui/button.tsx
web-ui/src/components/ui/card.tsx
web-ui/src/components/ui/input.tsx
web-ui/src/components/ui/label.tsx
web-ui/src/components/ui/progress.tsx
web-ui/src/components/ui/select.tsx
web-ui/src/components/ui/skeleton.tsx
web-ui/src/components/ui/tabs.tsx
web-ui/src/components/wizard/StepIndicator.tsx
web-ui/src/components/wizard/WizardLayout.tsx
web-ui/src/context/WizardProvider.tsx
web-ui/src/context/useWizard.ts
web-ui/src/context/wizardConfig.ts
web-ui/src/context/wizardContext.ts
web-ui/src/hooks/useDebounce.ts
web-ui/src/hooks/useLumenSession.ts
web-ui/src/hooks/usePathCheck.ts
web-ui/src/hooks/useTheme.ts
web-ui/src/lib/api.ts
web-ui/src/lib/errorPresentation.ts
web-ui/src/lib/utils.ts
web-ui/src/lib/wizardValidation.ts
web-ui/src/providers/ApiProvider.tsx
web-ui/src/types/schema.d.ts
web-ui/src/views/Config.tsx
web-ui/src/views/Hardware.tsx
web-ui/src/views/Install.tsx
web-ui/src/views/OpenPath.tsx
web-ui/src/views/Server.tsx
web-ui/src/views/SessionHub.tsx
web-ui/src/views/Welcome.tsx