LICENSE
MANIFEST.in
README.md
pyproject.toml
app/__init__.py
app/cli.py
app/daemon.py
app/main.py
app/setup_wizard.py
app/workspace.py
app/agents/__init__.py
app/agents/critic.py
app/agents/executor.py
app/agents/memory_agent.py
app/agents/planner.py
app/agents/monitors/__init__.py
app/agents/monitors/base.py
app/agents/monitors/build_logs.py
app/agents/monitors/filesystem.py
app/agents/monitors/proactive.py
app/agents/monitors/schedule.py
app/agents/monitors/system.py
app/api/__init__.py
app/api/v1/__init__.py
app/api/v1/admin.py
app/api/v1/blink_auth.py
app/api/v1/config.py
app/api/v1/credentials.py
app/api/v1/godmode.py
app/api/v1/memory.py
app/api/v1/spotify_auth.py
app/api/v1/sync.py
app/api/v1/tasks.py
app/api/v1/whatsapp.py
app/assets/__init__.py
app/assets/wade.onnx
app/core/__init__.py
app/core/browser_launcher.py
app/core/chroma_utils.py
app/core/classifier.py
app/core/config.py
app/core/credentials.py
app/core/events.py
app/core/hardware.py
app/core/hitl.py
app/core/location.py
app/core/mdns.py
app/core/orchestrator.py
app/core/personality.py
app/core/project_loader.py
app/core/scrape.py
app/core/security.py
app/core/task_store.py
app/core/telemetry.py
app/core/tier_personality.py
app/core/user_registry.py
app/core/utils.py
app/core/version.py
app/memory/__init__.py
app/memory/compactor.py
app/memory/episodes.py
app/memory/manager.py
app/memory/md_patcher.py
app/memory/passive_extractor.py
app/memory/semantic_memory.py
app/services/__init__.py
app/services/discovery.py
app/services/inference_client.py
app/services/installer.py
app/services/messenger.py
app/services/model_manager.py
app/services/model_router.py
app/services/ollama_manager.py
app/services/proactive.py
app/services/voice.py
app/skills/__init__.py
app/skills/registry.py
app/skills/sandbox.py
app/skills/sdk.py
app/skills/semantic_router.py
app/skills/cameras/__init__.py
app/skills/cameras/blink.py
app/skills/dev/__init__.py
app/skills/dev/code_review.py
app/skills/dev/dev_file.py
app/skills/dev/dev_files.py
app/skills/dev/feature_dev.py
app/skills/finance/__init__.py
app/skills/finance/market_data.py
app/skills/flights/__init__.py
app/skills/flights/aero_flow.py
app/skills/indexing/__init__.py
app/skills/indexing/code_chunker.py
app/skills/indexing/indexer.py
app/skills/indexing/inventory.py
app/skills/indexing/query.py
app/skills/indexing/reset_db.py
app/skills/math/__init__.py
app/skills/math/calculator.py
app/skills/memory/__init__.py
app/skills/memory/updater.py
app/skills/music/__init__.py
app/skills/music/spotify.py
app/skills/news/__init__.py
app/skills/news/global_news.py
app/skills/notion/__init__.py
app/skills/notion/notion.py
app/skills/python/__init__.py
app/skills/python/runner.py
app/skills/scheduling/__init__.py
app/skills/scheduling/scheduler.py
app/skills/system/__init__.py
app/skills/system/diagnostics.py
app/skills/system/escalate.py
app/skills/system/hot_reload.py
app/skills/system/time.py
app/skills/vision/__init__.py
app/skills/vision/vision.py
app/skills/weather/__init__.py
app/skills/weather/weather.py
app/skills/web/__init__.py
app/skills/web/browser.py
app/skills/web/deep_research.py
app/skills/web/web_search.py
app/skills/whatsapp/__init__.py
app/skills/whatsapp/create_group.py
app/skills/whatsapp/lookup_contact.py
app/skills/whatsapp/send_message.py
app/skills/workspace/__init__.py
app/skills/workspace/builder.py
app/skills/workspace/dependency_mapper.py
app/skills/workspace/files.py
app/skills/workspace/git.py
app/static/__init__.py
app/static/css/__init__.py
app/static/css/style.css
app/static/html/__init__.py
app/static/html/index.html
app/static/js/__init__.py
app/static/js/app.js
app/static/js/credentials.js
app/static/js/onboarding.js
app/static/js/tauri-bridge.js
app/static/logo/__init__.py
app/static/logo/favicon.svg
app/templates/AGENTS.md
app/templates/BOOTSTRAP.md
app/templates/BUSINESS.md
app/templates/HEARTBEAT.md
app/templates/IDENTITY.md
app/templates/MEMORY.md
app/templates/PROJECTS.md
app/templates/SOUL.md
app/templates/TOOLS.md
app/templates/USER.md
app/templates/__init__.py
app/templates/users.yaml
app/templates/tiers/__init__.py
app/templates/tiers/family/IDENTITY.md
app/templates/tiers/family/SOUL.md
app/templates/tiers/family/__init__.py
app/templates/tiers/friends/IDENTITY.md
app/templates/tiers/friends/SOUL.md
app/templates/tiers/friends/__init__.py
app/templates/tiers/guests/IDENTITY.md
app/templates/tiers/guests/SOUL.md
app/templates/tiers/guests/__init__.py
app/templates/tiers/strangers/IDENTITY.md
app/templates/tiers/strangers/SOUL.md
app/templates/tiers/strangers/STRANGER_PERSONA.md
app/templates/tiers/strangers/__init__.py
app/templates/tiers/strangers/projects/example_project/project.yaml
tests/test_blink_migration.py
tests/test_classifier.py
tests/test_credentials.py
tests/test_critic_parallel.py
tests/test_inference_keep_alive.py
tests/test_model_manager.py
tests/test_model_router.py
tests/test_new_tabs_endpoints.py
tests/test_notion_skill.py
tests/test_orchestrator_tiers.py
tests/test_planner_simple.py
wade_ai.egg-info/PKG-INFO
wade_ai.egg-info/SOURCES.txt
wade_ai.egg-info/dependency_links.txt
wade_ai.egg-info/entry_points.txt
wade_ai.egg-info/requires.txt
wade_ai.egg-info/top_level.txt