README.md
pyproject.toml
br8n/__init__.py
br8n/config.py
br8n/constants.py
br8n/preamble_cache.py
br8n.egg-info/PKG-INFO
br8n.egg-info/SOURCES.txt
br8n.egg-info/dependency_links.txt
br8n.egg-info/entry_points.txt
br8n.egg-info/requires.txt
br8n.egg-info/top_level.txt
br8n/agent/__init__.py
br8n/agent/preamble.py
br8n/agent/resume.py
br8n/agent/session_primer.py
br8n/agent/state.py
br8n/agent/synopsis.py
br8n/api/__init__.py
br8n/api/activity.py
br8n/api/apple_auth.py
br8n/api/auth.py
br8n/api/capture.py
br8n/api/chat.py
br8n/api/explore.py
br8n/api/health.py
br8n/api/main.py
br8n/api/projects.py
br8n/api/resume.py
br8n/capture/__init__.py
br8n/capture/adapter.py
br8n/capture/models.py
br8n/capture/service.py
br8n/clients/__init__.py
br8n/clients/ai_gateway.py
br8n/clients/anthropic.py
br8n/clients/embeddings.py
br8n/clients/supabase.py
br8n/clients/tavily.py
br8n/exploration/__init__.py
br8n/exploration/engine.py
br8n/exploration/evaluator.py
br8n/exploration/extractor.py
br8n/exploration/merger.py
br8n/exploration/models.py
br8n/exploration/planner.py
br8n/findings/__init__.py
br8n/findings/ingest.py
br8n/findings/service.py
br8n/interfaces/__init__.py
br8n/interfaces/mcp/__init__.py
br8n/interfaces/mcp/banner.py
br8n/interfaces/mcp/server.py
br8n/interfaces/mcp/tenancy.py
br8n/kbs/__init__.py
br8n/kbs/service.py
br8n/knowledge_graph/__init__.py
br8n/knowledge_graph/activity.py
br8n/knowledge_graph/builder.py
br8n/knowledge_graph/distill.py
br8n/knowledge_graph/drift.py
br8n/knowledge_graph/extractor.py
br8n/knowledge_graph/models.py
br8n/knowledge_graph/schema.py
br8n/livingdocs/__init__.py
br8n/livingdocs/distill.py
br8n/livingdocs/drift.py
br8n/livingdocs/fallback.py
br8n/livingdocs/journal.py
br8n/livingdocs/notes.py
br8n/livingdocs/paths.py
br8n/livingdocs/policy.py
br8n/livingdocs/state.py
br8n/livingdocs/timeline.py
br8n/livingdocs/watch.py
br8n/monitoring/__init__.py
br8n/monitoring/recorder.py
br8n/projects/__init__.py
br8n/projects/service.py
br8n/store/__init__.py
br8n/store/base.py
br8n/store/sqlite.py
br8n/store/supabase.py
tests/test_activity_extract.py
tests/test_activity_flow.py
tests/test_activity_threading.py
tests/test_api_auth.py
tests/test_api_read_surfaces.py
tests/test_apple_auth.py
tests/test_capture_keyless.py
tests/test_capture_metadata.py
tests/test_capture_surfaces.py
tests/test_chat.py
tests/test_config_concept.py
tests/test_distill_flow.py
tests/test_distill_reconcile.py
tests/test_distill_synthesize.py
tests/test_distill_tool.py
tests/test_engine_local.py
tests/test_findings_metadata.py
tests/test_isolation_cloud.py
tests/test_journal_search.py
tests/test_journal_tool.py
tests/test_kg_org_scoping.py
tests/test_kg_store_sqlite.py
tests/test_livingdocs_config.py
tests/test_livingdocs_distill.py
tests/test_livingdocs_drift.py
tests/test_livingdocs_fallback.py
tests/test_livingdocs_notes.py
tests/test_livingdocs_paths.py
tests/test_livingdocs_policy.py
tests/test_livingdocs_state.py
tests/test_livingdocs_watch.py
tests/test_match_findings_global.py
tests/test_next_action_resume.py
tests/test_note_next_action.py
tests/test_note_tool.py
tests/test_policy_tools.py
tests/test_preamble_cache.py
tests/test_principal.py
tests/test_principal_auth.py
tests/test_resolve_tenant_principal.py
tests/test_resume_core.py
tests/test_session_primer.py
tests/test_store_org_threading.py
tests/test_store_selection.py
tests/test_store_sqlite.py
tests/test_store_supabase.py
tests/test_timeline_gather.py
tests/test_timeline_render.py
tests/test_timeline_run.py
tests/test_timeline_schedule.py
tests/test_timeline_state.py
tests/test_timeline_tool.py