LICENSE
README.md
pyproject.toml
src/depthfusion/__init__.py
src/depthfusion.egg-info/PKG-INFO
src/depthfusion.egg-info/SOURCES.txt
src/depthfusion.egg-info/dependency_links.txt
src/depthfusion.egg-info/entry_points.txt
src/depthfusion.egg-info/requires.txt
src/depthfusion.egg-info/top_level.txt
src/depthfusion/analytics/__init__.py
src/depthfusion/analytics/aggregation.py
src/depthfusion/analytics/budget.py
src/depthfusion/analytics/collector.py
src/depthfusion/analytics/model_stats.py
src/depthfusion/analytics/recommender.py
src/depthfusion/analytics/router.py
src/depthfusion/analytics/store.py
src/depthfusion/analyzer/__init__.py
src/depthfusion/analyzer/compatibility.py
src/depthfusion/analyzer/installer.py
src/depthfusion/analyzer/recommender.py
src/depthfusion/analyzer/scanner.py
src/depthfusion/api/__init__.py
src/depthfusion/api/admin_console.py
src/depthfusion/api/auth.py
src/depthfusion/api/events.py
src/depthfusion/api/query.py
src/depthfusion/api/rest.py
src/depthfusion/api/role_admin.py
src/depthfusion/audit/__init__.py
src/depthfusion/audit/log.py
src/depthfusion/authz/__init__.py
src/depthfusion/authz/capability_check.py
src/depthfusion/authz/classification.py
src/depthfusion/authz/export_audit.py
src/depthfusion/authz/export_controls.py
src/depthfusion/authz/frontmatter.py
src/depthfusion/authz/label_mapping.py
src/depthfusion/authz/policy_engine.py
src/depthfusion/authz/policy_snapshot.py
src/depthfusion/authz/roles.py
src/depthfusion/backends/__init__.py
src/depthfusion/backends/base.py
src/depthfusion/backends/chain.py
src/depthfusion/backends/factory.py
src/depthfusion/backends/gemma.py
src/depthfusion/backends/haiku.py
src/depthfusion/backends/local_embedding.py
src/depthfusion/backends/null.py
src/depthfusion/backends/openrouter.py
src/depthfusion/cache/__init__.py
src/depthfusion/cache/activity_signals.py
src/depthfusion/cache/admission.py
src/depthfusion/cache/hit_rate.py
src/depthfusion/cache/lease_lifecycle.py
src/depthfusion/cache/manager.py
src/depthfusion/cache/models.py
src/depthfusion/cache/prefetch_scheduler.py
src/depthfusion/capture/__init__.py
src/depthfusion/capture/_metrics.py
src/depthfusion/capture/auto_learn.py
src/depthfusion/capture/compressor.py
src/depthfusion/capture/decay.py
src/depthfusion/capture/decision_extractor.py
src/depthfusion/capture/dedup.py
src/depthfusion/capture/event_hook.py
src/depthfusion/capture/negative_extractor.py
src/depthfusion/capture/pruner.py
src/depthfusion/cli/__init__.py
src/depthfusion/cli/devices.py
src/depthfusion/cli/migrate.py
src/depthfusion/cli/roles.py
src/depthfusion/cognitive/__init__.py
src/depthfusion/cognitive/consolidator.py
src/depthfusion/cognitive/contradiction.py
src/depthfusion/cognitive/distillation_client.py
src/depthfusion/cognitive/offloader.py
src/depthfusion/cognitive/persona.py
src/depthfusion/cognitive/scenario.py
src/depthfusion/cognitive/scorer.py
src/depthfusion/connectors/__init__.py
src/depthfusion/connectors/sharepoint.py
src/depthfusion/connectors/sharepoint_scheduler.py
src/depthfusion/connectors/sharepoint_scope.py
src/depthfusion/connectors/sharepoint_state.py
src/depthfusion/core/__init__.py
src/depthfusion/core/config.py
src/depthfusion/core/event_store.py
src/depthfusion/core/feedback.py
src/depthfusion/core/file_locking.py
src/depthfusion/core/hit_tracker.py
src/depthfusion/core/memory.py
src/depthfusion/core/memory_object.py
src/depthfusion/core/profiles.py
src/depthfusion/core/project_context.py
src/depthfusion/core/project_ingest.py
src/depthfusion/core/project_registry.py
src/depthfusion/core/research.py
src/depthfusion/core/scoring.py
src/depthfusion/core/types.py
src/depthfusion/fusion/__init__.py
src/depthfusion/fusion/block_retrieval.py
src/depthfusion/fusion/chunk_state_compression.py
src/depthfusion/fusion/gates.py
src/depthfusion/fusion/materialisation_policy.py
src/depthfusion/fusion/reranker.py
src/depthfusion/fusion/rrf.py
src/depthfusion/fusion/selective_fusion_weighter.py
src/depthfusion/fusion/weighted.py
src/depthfusion/graph/__init__.py
src/depthfusion/graph/builder.py
src/depthfusion/graph/dedup.py
src/depthfusion/graph/extractor.py
src/depthfusion/graph/linker.py
src/depthfusion/graph/rebuild_session_links.py
src/depthfusion/graph/scope.py
src/depthfusion/graph/session_entity_linker.py
src/depthfusion/graph/store.py
src/depthfusion/graph/traverser.py
src/depthfusion/graph/types.py
src/depthfusion/hooks/__init__.py
src/depthfusion/hooks/git_post_commit.py
src/depthfusion/hooks/post_tool_use.py
src/depthfusion/hooks/session_start.py
src/depthfusion/identity/__init__.py
src/depthfusion/identity/device_keychain.py
src/depthfusion/identity/device_lease.py
src/depthfusion/identity/device_registry.py
src/depthfusion/identity/errors.py
src/depthfusion/identity/fastapi_deps.py
src/depthfusion/identity/jwks_cache.py
src/depthfusion/identity/legacy_shim.py
src/depthfusion/identity/models.py
src/depthfusion/identity/oidc_client.py
src/depthfusion/identity/principal_store.py
src/depthfusion/identity/service_account.py
src/depthfusion/identity/token_validator.py
src/depthfusion/ingest/__init__.py
src/depthfusion/ingest/chunking.py
src/depthfusion/ingest/models.py
src/depthfusion/ingest/parser.py
src/depthfusion/ingest/pipeline.py
src/depthfusion/install/__init__.py
src/depthfusion/install/dep_checker.py
src/depthfusion/install/gpu_probe.py
src/depthfusion/install/install.py
src/depthfusion/install/migrate.py
src/depthfusion/install/smoke.py
src/depthfusion/install/ui_server.py
src/depthfusion/mcp/__init__.py
src/depthfusion/mcp/authz.py
src/depthfusion/mcp/cognitive_tools.py
src/depthfusion/mcp/http_server.py
src/depthfusion/mcp/server.py
src/depthfusion/mcp/skillforge_client.py
src/depthfusion/mcp/tools/__init__.py
src/depthfusion/mcp/tools/_registry.py
src/depthfusion/mcp/tools/_shared.py
src/depthfusion/mcp/tools/_state.py
src/depthfusion/mcp/tools/analytics_tools.py
src/depthfusion/mcp/tools/bridge.py
src/depthfusion/mcp/tools/capture.py
src/depthfusion/mcp/tools/decisions.py
src/depthfusion/mcp/tools/graph.py
src/depthfusion/mcp/tools/model_stats_tool.py
src/depthfusion/mcp/tools/project.py
src/depthfusion/mcp/tools/recall.py
src/depthfusion/mcp/tools/recommender_tools.py
src/depthfusion/mcp/tools/system.py
src/depthfusion/mcp/tools/telemetry.py
src/depthfusion/mcp/tools/telemetry_tools.py
src/depthfusion/metrics/__init__.py
src/depthfusion/metrics/aggregator.py
src/depthfusion/metrics/collector.py
src/depthfusion/migrations/__init__.py
src/depthfusion/parsers/__init__.py
src/depthfusion/parsers/base.py
src/depthfusion/parsers/chatgpt.py
src/depthfusion/parsers/deepseek.py
src/depthfusion/parsers/gemini.py
src/depthfusion/parsers/generic.py
src/depthfusion/parsers/documents/__init__.py
src/depthfusion/parsers/documents/base.py
src/depthfusion/parsers/documents/docx.py
src/depthfusion/parsers/documents/generic.py
src/depthfusion/parsers/documents/ocr.py
src/depthfusion/parsers/documents/pdf.py
src/depthfusion/parsers/documents/pptx.py
src/depthfusion/parsers/documents/xlsx.py
src/depthfusion/recursive/__init__.py
src/depthfusion/recursive/client.py
src/depthfusion/recursive/sandbox.py
src/depthfusion/recursive/sidecar.py
src/depthfusion/recursive/strategies.py
src/depthfusion/recursive/trajectory.py
src/depthfusion/retrieval/__init__.py
src/depthfusion/retrieval/acl_verifier.py
src/depthfusion/retrieval/bm25.py
src/depthfusion/retrieval/hnsw_store.py
src/depthfusion/retrieval/hybrid.py
src/depthfusion/retrieval/reranker.py
src/depthfusion/router/__init__.py
src/depthfusion/router/bus.py
src/depthfusion/router/cost_estimator.py
src/depthfusion/router/dispatcher.py
src/depthfusion/router/publisher.py
src/depthfusion/router/subscriber.py
src/depthfusion/session/__init__.py
src/depthfusion/session/compactor.py
src/depthfusion/session/loader.py
src/depthfusion/session/scorer.py
src/depthfusion/session/tagger.py
src/depthfusion/storage/__init__.py
src/depthfusion/storage/event_log.py
src/depthfusion/storage/file_index.py
src/depthfusion/storage/memory_store.py
src/depthfusion/storage/telemetry_store.py
src/depthfusion/storage/tier_manager.py
src/depthfusion/storage/vector_store.py
src/depthfusion/sync/__init__.py
src/depthfusion/sync/engine.py
src/depthfusion/sync/router.py
src/depthfusion/telemetry/__init__.py
src/depthfusion/telemetry/recorder.py
src/depthfusion/telemetry/schema.py
src/depthfusion/utils/__init__.py
src/depthfusion/utils/expression_eval.py
src/depthfusion/utils/mode.py
tests/test_acl_frontmatter.py
tests/test_acl_property.py
tests/test_acl_retrieval.py
tests/test_acl_verifier.py
tests/test_acl_write_enforcement.py
tests/test_admin_console_policy.py
tests/test_admin_retention.py
tests/test_aggregate_leak.py
tests/test_analytics.py
tests/test_atomic_replace.py
tests/test_audit.py
tests/test_budget.py
tests/test_budget_e2e.py
tests/test_cache.py
tests/test_cache_activity_prefetch.py
tests/test_capability_check.py
tests/test_classification.py
tests/test_cli_migrate.py
tests/test_device_keychain.py
tests/test_device_lease.py
tests/test_device_login.py
tests/test_device_registry.py
tests/test_document_parser_base.py
tests/test_document_parsers.py
tests/test_export_controls.py
tests/test_expression_eval.py
tests/test_fastapi_deps.py
tests/test_generic_parser.py
tests/test_identity_token_validator.py
tests/test_ingest.py
tests/test_legacy_shim.py
tests/test_mcp_authz.py
tests/test_migration_rehearsal.py
tests/test_model_stats.py
tests/test_ocr_parser.py
tests/test_parse_budget.py
tests/test_performance.py
tests/test_policy_engine.py
tests/test_principal_store.py
tests/test_role_admin.py
tests/test_role_matrix.py
tests/test_roles.py
tests/test_route_walker.py
tests/test_security_t684.py
tests/test_service_account.py
tests/test_sharepoint.py
tests/test_sharepoint_connector.py
tests/test_sharepoint_delta_e2e.py
tests/test_sync_engine.py
tests/test_telemetry.py
tests/test_token_validator_negative.py