LICENSE
README.md
pyproject.toml
src/neuralcache/__init__.py
src/neuralcache/cli.py
src/neuralcache/config.py
src/neuralcache/embedding.py
src/neuralcache/encoder.py
src/neuralcache/gating.py
src/neuralcache/narrative.py
src/neuralcache/pheromone.py
src/neuralcache/rerank.py
src/neuralcache/similarity.py
src/neuralcache/types.py
src/neuralcache/version.py
src/neuralcache.egg-info/PKG-INFO
src/neuralcache.egg-info/SOURCES.txt
src/neuralcache.egg-info/dependency_links.txt
src/neuralcache.egg-info/entry_points.txt
src/neuralcache.egg-info/requires.txt
src/neuralcache.egg-info/top_level.txt
src/neuralcache/adapters/__init__.py
src/neuralcache/adapters/langchain_adapter.py
src/neuralcache/adapters/llamaindex_adapter.py
src/neuralcache/api/server.py
src/neuralcache/api/server_plus.py
src/neuralcache/cr/cli.py
src/neuralcache/cr/index.py
src/neuralcache/cr/search.py
src/neuralcache/cr/utils.py
src/neuralcache/metrics/__init__.py
src/neuralcache/metrics/prom.py
src/neuralcache/metrics/text.py
src/neuralcache/storage/sqlite_state.py
tests/test_adapters.py
tests/test_additional_coverage.py
tests/test_api_malformed_payloads.py
tests/test_api_schema.py
tests/test_cli_smoke.py
tests/test_cr_index_roundtrip.py
tests/test_cr_light.py
tests/test_cr_path.py
tests/test_deterministic_mode.py
tests/test_docs_integrity.py
tests/test_encoder_backends.py
tests/test_encoder_hashing.py
tests/test_epsilon_override.py
tests/test_feedback_api_errors.py
tests/test_gating.py
tests/test_gating_modes.py
tests/test_low_risk_expansions.py
tests/test_metrics_namespace_labeling.py
tests/test_metrics_text.py
tests/test_namespace_eviction.py
tests/test_namespace_isolation.py
tests/test_namespaced_persistence.py
tests/test_narrative_success_gate.py
tests/test_narrative_tracker.py
tests/test_pheromone_json_persistence.py
tests/test_pheromone_store.py
tests/test_rerank.py
tests/test_rerank_feedback.py
tests/test_rerank_overrides.py
tests/test_retention_metrics.py
tests/test_retention_sweep.py
tests/test_retention_sweeper.py
tests/test_similarity_utils.py
tests/test_sqlite_state.py
tests/test_version_header.py