LICENSE
README.md
pyproject.toml
src/consolidation_memory/__init__.py
src/consolidation_memory/__main__.py
src/consolidation_memory/anchors.py
src/consolidation_memory/circuit_breaker.py
src/consolidation_memory/claim_cache.py
src/consolidation_memory/claim_graph.py
src/consolidation_memory/cli.py
src/consolidation_memory/client.py
src/consolidation_memory/client_runtime.py
src/consolidation_memory/config.py
src/consolidation_memory/context_assembler.py
src/consolidation_memory/dashboard.py
src/consolidation_memory/dashboard_data.py
src/consolidation_memory/database.py
src/consolidation_memory/drift.py
src/consolidation_memory/knowledge_consistency.py
src/consolidation_memory/markdown_records.py
src/consolidation_memory/plugins.py
src/consolidation_memory/policy_engine.py
src/consolidation_memory/py.typed
src/consolidation_memory/query_semantics.py
src/consolidation_memory/query_service.py
src/consolidation_memory/record_cache.py
src/consolidation_memory/release_gates.py
src/consolidation_memory/rest.py
src/consolidation_memory/runtime.py
src/consolidation_memory/schemas.py
src/consolidation_memory/server.py
src/consolidation_memory/tool_dispatch.py
src/consolidation_memory/topic_cache.py
src/consolidation_memory/types.py
src/consolidation_memory/utils.py
src/consolidation_memory/vector_store.py
src/consolidation_memory.egg-info/PKG-INFO
src/consolidation_memory.egg-info/SOURCES.txt
src/consolidation_memory.egg-info/dependency_links.txt
src/consolidation_memory.egg-info/entry_points.txt
src/consolidation_memory.egg-info/requires.txt
src/consolidation_memory.egg-info/top_level.txt
src/consolidation_memory/backends/__init__.py
src/consolidation_memory/backends/base.py
src/consolidation_memory/backends/fastembed_backend.py
src/consolidation_memory/backends/lmstudio.py
src/consolidation_memory/backends/ollama.py
src/consolidation_memory/backends/openai_backend.py
src/consolidation_memory/consolidation/__init__.py
src/consolidation_memory/consolidation/clustering.py
src/consolidation_memory/consolidation/engine.py
src/consolidation_memory/consolidation/prompting.py
src/consolidation_memory/consolidation/scoring.py
src/consolidation_memory/consolidation/utility_scheduler.py
src/consolidation_memory/defaults/__init__.py
tests/test_adaptive_consolidation.py
tests/test_architecture_doc_sync.py
tests/test_backends.py
tests/test_circuit_breaker.py
tests/test_claim_cache.py
tests/test_claim_emission.py
tests/test_claim_graph.py
tests/test_claim_recall.py
tests/test_claim_retrieval.py
tests/test_cli.py
tests/test_client.py
tests/test_clustering.py
tests/test_concurrency.py
tests/test_consolidation_log.py
tests/test_context_assembler.py
tests/test_contradictions.py
tests/test_core.py
tests/test_dashboard.py
tests/test_dashboard_data.py
tests/test_drift_invalidation.py
tests/test_episode_anchors.py
tests/test_hybrid_search.py
tests/test_integration.py
tests/test_knowledge_consistency.py
tests/test_lmstudio_backend.py
tests/test_main_module.py
tests/test_plugins.py
tests/test_policy_acl_engine.py
tests/test_project_isolation.py
tests/test_query_service.py
tests/test_recall_dedup.py
tests/test_records.py
tests/test_release_gates.py
tests/test_release_script.py
tests/test_rest.py
tests/test_rest_security.py
tests/test_runtime.py
tests/test_schemas.py
tests/test_scope_model.py
tests/test_scope_policy_contracts.py
tests/test_server.py
tests/test_source_traceability.py
tests/test_surface_contracts.py
tests/test_tag_cooccurrence.py
tests/test_temporal_belief_queries.py
tests/test_temporal_records.py
tests/test_uncertainty_signaling.py
tests/test_utility_scheduler.py
tests/test_utils.py
tests/test_vector_store_consistency.py