README.md
pyproject.toml
./ncp/__init__.py
./ncp/agent_handoff.py
./ncp/api.py
./ncp/assembler.py
./ncp/batch.py
./ncp/benchmarks.py
./ncp/chunker.py
./ncp/claude_review_helper.py
./ncp/cli.py
./ncp/coherence.py
./ncp/config.py
./ncp/costs.py
./ncp/demo.py
./ncp/dogfood.py
./ncp/encoder.py
./ncp/tokens.py
./ncp/types.py
./ncp/version.py
./ncp/adapters/__init__.py
./ncp/adapters/anthropic.py
./ncp/adapters/base.py
./ncp/adapters/cohere.py
./ncp/adapters/cursor.py
./ncp/adapters/embedding.py
./ncp/adapters/gemini.py
./ncp/adapters/local.py
./ncp/adapters/mistral.py
./ncp/adapters/ollama.py
./ncp/adapters/openai.py
./ncp/bench/__init__.py
./ncp/bench/baselines.py
./ncp/hooks/__init__.py
./ncp/mcp/__init__.py
./ncp/mcp/server.py
./ncp/middleware/__init__.py
./ncp/middleware/base.py
./ncp/middleware/cost_tracking.py
./ncp/middleware/logging.py
./ncp/migrations/001_initial_schema.sql
./ncp/migrations/002_add_retrieval_tracking.sql
./ncp/migrations/003_add_embedding_column.sql
./ncp/migrations/004_add_ivfflat_index.sql
./ncp/migrations/__init__.py
./ncp/stores/__init__.py
./ncp/stores/base.py
./ncp/stores/consolidation.py
./ncp/stores/factory.py
./ncp/stores/migrations.py
./ncp/stores/pgvector.py
./ncp/stores/pgvector_async.py
./ncp/stores/redis.py
./ncp/stores/redis_coordination.py
./ncp/stores/rerank.py
./ncp/stores/retrieval.py
./ncp/stores/sqlite.py
./ncp/templates/config.toml.example
ncp/__init__.py
ncp/agent_handoff.py
ncp/api.py
ncp/assembler.py
ncp/batch.py
ncp/benchmarks.py
ncp/chunker.py
ncp/claude_review_helper.py
ncp/cli.py
ncp/coherence.py
ncp/config.py
ncp/costs.py
ncp/demo.py
ncp/dogfood.py
ncp/encoder.py
ncp/tokens.py
ncp/types.py
ncp/version.py
ncp/adapters/__init__.py
ncp/adapters/anthropic.py
ncp/adapters/base.py
ncp/adapters/cohere.py
ncp/adapters/cursor.py
ncp/adapters/embedding.py
ncp/adapters/gemini.py
ncp/adapters/local.py
ncp/adapters/mistral.py
ncp/adapters/ollama.py
ncp/adapters/openai.py
ncp/bench/__init__.py
ncp/bench/baselines.py
ncp/hooks/__init__.py
ncp/mcp/__init__.py
ncp/mcp/server.py
ncp/middleware/__init__.py
ncp/middleware/base.py
ncp/middleware/cost_tracking.py
ncp/middleware/logging.py
ncp/migrations/001_initial_schema.sql
ncp/migrations/002_add_retrieval_tracking.sql
ncp/migrations/003_add_embedding_column.sql
ncp/migrations/004_add_ivfflat_index.sql
ncp/migrations/__init__.py
ncp/stores/__init__.py
ncp/stores/base.py
ncp/stores/consolidation.py
ncp/stores/factory.py
ncp/stores/migrations.py
ncp/stores/pgvector.py
ncp/stores/pgvector_async.py
ncp/stores/redis.py
ncp/stores/redis_coordination.py
ncp/stores/rerank.py
ncp/stores/retrieval.py
ncp/stores/sqlite.py
ncp/templates/config.toml.example
neural_context_protocol.egg-info/PKG-INFO
neural_context_protocol.egg-info/SOURCES.txt
neural_context_protocol.egg-info/dependency_links.txt
neural_context_protocol.egg-info/entry_points.txt
neural_context_protocol.egg-info/requires.txt
neural_context_protocol.egg-info/top_level.txt
tests/test_adapters.py
tests/test_agent_handoff.py
tests/test_api.py
tests/test_assembler.py
tests/test_assembler_incremental.py
tests/test_assembler_k_forwarding.py
tests/test_assembler_phase3.py
tests/test_async_auto_embed_retrieval.py
tests/test_async_calibrate.py
tests/test_async_consolidate.py
tests/test_async_pgvector_dedup_gc.py
tests/test_async_pgvector_store.py
tests/test_async_redis_coordination.py
tests/test_async_retrieval_mode_validation.py
tests/test_async_vector_mode.py
tests/test_baselines.py
tests/test_batch.py
tests/test_benchmarks.py
tests/test_calibration.py
tests/test_chunker.py
tests/test_claude_review_helper.py
tests/test_cli.py
tests/test_coherence.py
tests/test_config.py
tests/test_consolidation.py
tests/test_costs.py
tests/test_crosshost.py
tests/test_diversity_limit.py
tests/test_diversity_limit_forwarding.py
tests/test_dogfood.py
tests/test_efficacy.py
tests/test_embedding_adapter.py
tests/test_embedding_ann.py
tests/test_encoder.py
tests/test_enhancements.py
tests/test_examples.py
tests/test_future_stores.py
tests/test_imports.py
tests/test_is_duplicate_fix.py
tests/test_langgraph_example.py
tests/test_mace.py
tests/test_mcp_server.py
tests/test_middleware.py
tests/test_migrations.py
tests/test_needle.py
tests/test_pgvector_integration.py
tests/test_pgvector_pool.py
tests/test_protocol_security_posture.py
tests/test_psycopg3_upgrade.py
tests/test_query_k_semantics.py
tests/test_repo_hygiene.py
tests/test_retention.py
tests/test_retrieval_feedback.py
tests/test_retrieval_policy.py
tests/test_sqlite_store.py
tests/test_task_success_harness.py
tests/test_types.py
tests/test_vector_retrieval.py
tests/test_viz.py