LICENSE
README.md
pyproject.toml
src/secondbrain/__init__.py
src/secondbrain/chunking.py
src/secondbrain/cli.py
src/secondbrain/daemon.py
src/secondbrain/indexing.py
src/secondbrain/launchd.py
src/secondbrain/llm_config.py
src/secondbrain/models.py
src/secondbrain/preflight.py
src/secondbrain/api/__init__.py
src/secondbrain/api/http.py
src/secondbrain/api/mcp_server.py
src/secondbrain/api/mcp_stdio.py
src/secondbrain/capture/__init__.py
src/secondbrain/capture/ax_linux.py
src/secondbrain/capture/ax_macos.py
src/secondbrain/capture/ax_windows.py
src/secondbrain/capture/browser.py
src/secondbrain/capture/capability.py
src/secondbrain/capture/dedup.py
src/secondbrain/capture/deny_list.py
src/secondbrain/capture/frame.py
src/secondbrain/capture/linux_pw.py
src/secondbrain/capture/macos_sck.py
src/secondbrain/capture/meetmind_adapter.py
src/secondbrain/capture/pipeline.py
src/secondbrain/capture/platform.py
src/secondbrain/capture/windows_wgc.py
src/secondbrain/capture/wearable/__init__.py
src/secondbrain/capture/wearable/bee_import.py
src/secondbrain/capture/wearable/limitless_import.py
src/secondbrain/capture/wearable/memorystream.py
src/secondbrain/capture/wearable/omi_adapter.py
src/secondbrain/capture/wearable/plaud_adapter.py
src/secondbrain/capture/wearable/rewind_import.py
src/secondbrain/compliance/__init__.py
src/secondbrain/compliance/air_gap.py
src/secondbrain/compliance/audit.py
src/secondbrain/compliance/biometric.py
src/secondbrain/compliance/sensitive.py
src/secondbrain/embed/__init__.py
src/secondbrain/embed/chunker.py
src/secondbrain/embed/stub.py
src/secondbrain/embed/text.py
src/secondbrain/embed/visual.py
src/secondbrain/eval/__init__.py
src/secondbrain/eval/longmemeval.py
src/secondbrain/eval/replay.py
src/secondbrain/memory/__init__.py
src/secondbrain/memory/amem.py
src/secondbrain/memory/clean.py
src/secondbrain/memory/commitments.py
src/secondbrain/memory/decay.py
src/secondbrain/memory/digest.py
src/secondbrain/memory/entities.py
src/secondbrain/memory/extract.py
src/secondbrain/memory/importance.py
src/secondbrain/memory/pipeline.py
src/secondbrain/memory/scheduler.py
src/secondbrain/ocr/__init__.py
src/secondbrain/ocr/apple_vision.py
src/secondbrain/ocr/paddleocr_vl.py
src/secondbrain/ocr/selector.py
src/secondbrain/ocr/windows_ocr.py
src/secondbrain/search/__init__.py
src/secondbrain/search/hybrid.py
src/secondbrain/search/kg_filter.py
src/secondbrain/search/rerank.py
src/secondbrain/store/__init__.py
src/secondbrain/store/backup.py
src/secondbrain/store/captures.py
src/secondbrain/store/kg.py
src/secondbrain/store/oltp.py
src/secondbrain/store/text_index.py
src/secondbrain/store/vector.py
src/secondbrain/store/visual.py
src/secondbrain/store/crypt/__init__.py
src/secondbrain/store/crypt/age_files.py
src/secondbrain/store/crypt/keys.py
src/secondbrain/sync/__init__.py
src/secondbrain/sync/backend.py
src/secondbrain/sync/orchestrator.py
src/secondbrain/sync/pair_store.py
src/secondbrain/sync/pairing.py
src/secondbrain/sync/policy.py
src/secondbrain_ai.egg-info/PKG-INFO
src/secondbrain_ai.egg-info/SOURCES.txt
src/secondbrain_ai.egg-info/dependency_links.txt
src/secondbrain_ai.egg-info/entry_points.txt
src/secondbrain_ai.egg-info/requires.txt
src/secondbrain_ai.egg-info/top_level.txt
tests/test_actants_llm.py
tests/test_backup.py
tests/test_biometric_gate.py
tests/test_browser_meeting.py
tests/test_byo_llm_providers.py
tests/test_capability.py
tests/test_chunking.py
tests/test_cli_offline.py
tests/test_commitment_e2e.py
tests/test_compliance.py
tests/test_crypt.py
tests/test_daemon.py
tests/test_daemon_llm.py
tests/test_dedup.py
tests/test_dedup_redact_gate.py
tests/test_deny_list.py
tests/test_e2e.py
tests/test_e2e_production.py
tests/test_embed_bridge.py
tests/test_forget_concurrency.py
tests/test_http_gateway.py
tests/test_http_observability.py
tests/test_kg.py
tests/test_kg_filter.py
tests/test_launchd.py
tests/test_llm_config.py
tests/test_longmemeval.py
tests/test_macos_sck.py
tests/test_mcp.py
tests/test_mcp_stdio.py
tests/test_memory_clean.py
tests/test_migrations.py
tests/test_ocr.py
tests/test_pair_store.py
tests/test_pipeline.py
tests/test_pipeline_resilience.py
tests/test_platform.py
tests/test_preflight.py
tests/test_redact_audit.py
tests/test_reflection.py
tests/test_replay.py
tests/test_search.py
tests/test_store_oltp.py
tests/test_sync.py
tests/test_sync_orchestrator.py
tests/test_sync_syncthing.py
tests/test_ui_live_daemon.py
tests/test_visual_store.py
tests/test_wearable.py