README.md
installer.py
pyproject.toml
app/__init__.py
app/auth.py
app/cli.py
app/dependencies.py
app/main.py
app/middleware.py
app/prompts.py
app/rate_limiter.py
app/setup_cli.py
app/agent/__init__.py
app/agent/agent.py
app/agent/credentials.py
app/agent/envutil.py
app/agent/helpers.py
app/agent/local_auth.py
app/agent/loop.py
app/agent/pairing.py
app/agent/tunnel.py
app/db/__init__.py
app/db/audit_log.py
app/db/capabilities.py
app/db/models.py
app/db/pending_actions.py
app/domain/__init__.py
app/domain/admin.py
app/domain/alerts.py
app/domain/assistant.py
app/domain/audio.py
app/domain/capabilities.py
app/domain/clipboard.py
app/domain/display.py
app/domain/docker.py
app/domain/exceptions.py
app/domain/filesystem.py
app/domain/input_control.py
app/domain/maintenance.py
app/domain/media.py
app/domain/meta.py
app/domain/monitoring.py
app/domain/network.py
app/domain/notifications.py
app/domain/power.py
app/domain/processes.py
app/domain/push.py
app/domain/scheduler.py
app/domain/security.py
app/domain/spotify.py
app/domain/system_info.py
app/routers/__init__.py
app/routers/admin.py
app/routers/alerts.py
app/routers/assistant.py
app/routers/audio.py
app/routers/capabilities.py
app/routers/clipboard.py
app/routers/display.py
app/routers/docker.py
app/routers/filesystem.py
app/routers/gatekeeper_proxy.py
app/routers/input_control.py
app/routers/maintenance.py
app/routers/media.py
app/routers/meta.py
app/routers/monitoring.py
app/routers/network.py
app/routers/notifications.py
app/routers/power.py
app/routers/processes.py
app/routers/push.py
app/routers/registry.py
app/routers/scheduler.py
app/routers/security.py
app/routers/spotify.py
app/routers/system_info.py
app/services/__init__.py
app/services/alert_delivery.py
app/services/alert_history.py
app/services/alerts.py
app/services/audio.py
app/services/audit.py
app/services/capabilities.py
app/services/clipboard.py
app/services/display.py
app/services/docker.py
app/services/filesystem.py
app/services/input_control.py
app/services/maintenance.py
app/services/maintenance_tasks.py
app/services/media.py
app/services/monitoring.py
app/services/network.py
app/services/notifications.py
app/services/power.py
app/services/processes.py
app/services/push.py
app/services/relay_status.py
app/services/scheduler.py
app/services/security.py
app/services/spotify.py
app/services/system_info.py
app/services/assistant/__init__.py
app/services/assistant/gatekeeper_tools.py
app/services/assistant/helpers.py
app/services/assistant/images.py
app/services/assistant/prompts.py
app/services/assistant/safety.py
app/services/assistant/session.py
app/services/assistant/stream.py
app/services/assistant/tool_exec.py
app/services/assistant/tools.py
app/services/assistant/workflow.py
app/services/gatekeeper/__init__.py
app/services/gatekeeper/client.py
app/setup/__init__.py
app/setup/cli_links.py
app/setup/credentials.py
app/setup/deps.py
app/setup/flow.py
app/setup/preflight.py
app/setup/services.py
app/setup/wizard.py
app/setup/writers.py
app/ui/__init__.py
app/ui/admin_dashboard_page.py
app/ui/pairing_browser.py
app/ui/pairing_page.py
app/ui/setup_wizard_page.py
app/utils/__init__.py
app/utils/config.py
app/utils/desktop_env.py
app/utils/env_paths.py
app/utils/env_template.py
app/utils/errors.py
app/utils/input_header.py
app/utils/run_command.py
app/utils/spotify_client.py
app/utils/emails/__init__.py
mikesplore_vela.egg-info/PKG-INFO
mikesplore_vela.egg-info/SOURCES.txt
mikesplore_vela.egg-info/dependency_links.txt
mikesplore_vela.egg-info/entry_points.txt
mikesplore_vela.egg-info/requires.txt
mikesplore_vela.egg-info/top_level.txt
tests/test_admin_audit.py
tests/test_agent_tunnel.py
tests/test_alert_history.py
tests/test_alert_scheduling.py
tests/test_assistant.py
tests/test_assistant_conditional.py
tests/test_assistant_download.py
tests/test_assistant_helpers.py
tests/test_assistant_images.py
tests/test_assistant_stream_gate_labels.py
tests/test_assistant_workflow.py
tests/test_audio.py
tests/test_auth.py
tests/test_capabilities.py
tests/test_cli.py
tests/test_clipboard.py
tests/test_desktop_applications.py
tests/test_display.py
tests/test_emails.py
tests/test_env_template.py
tests/test_error_handling.py
tests/test_filesystem.py
tests/test_gatekeeper_integration.py
tests/test_gatekeeper_proxy.py
tests/test_input_control.py
tests/test_maintenance.py
tests/test_maintenance_services.py
tests/test_media.py
tests/test_monitoring.py
tests/test_network.py
tests/test_network_cache.py
tests/test_network_location.py
tests/test_notifications.py
tests/test_ping.py
tests/test_power.py
tests/test_processes.py
tests/test_router_registry.py
tests/test_scheduler.py
tests/test_security.py
tests/test_service_monitoring.py
tests/test_setup_dependencies.py
tests/test_spotify_service.py
tests/test_system_info.py