README.md
pyproject.toml
flopro_nexus.egg-info/PKG-INFO
flopro_nexus.egg-info/SOURCES.txt
flopro_nexus.egg-info/dependency_links.txt
flopro_nexus.egg-info/entry_points.txt
flopro_nexus.egg-info/requires.txt
flopro_nexus.egg-info/top_level.txt
nexus/__init__.py
nexus/app.py
nexus/cli_app.py
nexus/config.py
nexus/onboard.py
nexus/runtime_helpers.py
nexus/bridge_runtime/.env.example
nexus/bridge_runtime/package.json
nexus/bridge_runtime/tsconfig.json
nexus/bridge_runtime/src/protocol.ts
nexus/bridge_runtime/src/server.ts
nexus/bridge_runtime/src/whatsapp.ts
nexus/channels/__init__.py
nexus/channels/cli.py
nexus/channels/ws_client.py
nexus/core/__init__.py
nexus/core/bus.py
nexus/core/decision.py
nexus/core/loop.py
nexus/core/policy.py
nexus/core/protocol.py
nexus/db/__init__.py
nexus/db/models.py
nexus/integrations/__init__.py
nexus/integrations/calendar_client.py
nexus/integrations/gmail_client.py
nexus/integrations/google_auth.py
nexus/llm/__init__.py
nexus/llm/context.py
nexus/llm/prompts.py
nexus/llm/router.py
nexus/memory/__init__.py
nexus/memory/journals.py
nexus/memory/retrieval.py
nexus/memory/store.py
nexus/prompts/AGENTS.md
nexus/prompts/IDENTITY.md
nexus/prompts/SOUL.md
nexus/prompts/system.md
nexus/skills/__init__.py
nexus/skills/loader.py
nexus/skills/calendar/SKILL.md
nexus/skills/email/SKILL.md
nexus/skills/filesystem/SKILL.md
nexus/skills/scheduler/SKILL.md
nexus/skills/web/SKILL.md
nexus/tools/__init__.py
nexus/tools/base.py
nexus/tools/calendar.py
nexus/tools/email.py
nexus/tools/files.py
nexus/tools/scheduler.py
nexus/tools/web.py
nexus/tui/__init__.py
nexus/tui/app.py
nexus/tui/envfile.py
nexus/tui/runtime.py
tests/test_bridge_resolution.py
tests/test_calendar_tool.py
tests/test_cli_app.py
tests/test_config_paths.py
tests/test_context_builder.py
tests/test_decision_schema.py
tests/test_doctor.py
tests/test_email_tool.py
tests/test_files_tool.py
tests/test_google_auth.py
tests/test_llm_router.py
tests/test_loop_decision_parsing.py
tests/test_loop_dedup.py
tests/test_loop_filters.py
tests/test_loop_react.py
tests/test_memory_retrieval_recent.py
tests/test_onboard.py
tests/test_policy.py
tests/test_redaction.py
tests/test_runtime_helpers.py
tests/test_scheduler_tool.py
tests/test_tui_envfile.py
tests/test_tui_runtime.py
tests/test_web_tool.py
tests/test_ws_client.py