LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/ARCHITECTURE.md
src/cortexgit/__init__.py
src/cortexgit.egg-info/PKG-INFO
src/cortexgit.egg-info/SOURCES.txt
src/cortexgit.egg-info/dependency_links.txt
src/cortexgit.egg-info/requires.txt
src/cortexgit.egg-info/top_level.txt
src/cortexgit/core/__init__.py
src/cortexgit/core/conflict_detector.py
src/cortexgit/core/context_assembler.py
src/cortexgit/core/entity_pull.py
src/cortexgit/core/entity_registry.py
src/cortexgit/core/event_log.py
src/cortexgit/core/memory.py
src/cortexgit/core/recency_filter.py
src/cortexgit/core/write_back_gate.py
src/cortexgit/db/__init__.py
src/cortexgit/db/database.py
src/cortexgit/db/models.py
src/cortexgit/graph/__init__.py
src/cortexgit/graph/centrality.py
src/cortexgit/graph/entity_node.py
src/cortexgit/graph/expiration.py
src/cortexgit/graph/graph_repository.py
src/cortexgit/graph/importance.py
src/cortexgit/graph/injection.py
src/cortexgit/llm/__init__.py
src/cortexgit/llm/entity_extractor.py
src/cortexgit/llm/snapshot_trigger.py
src/cortexgit/llm/summarizer.py
src/cortexgit/llm_providers/__init__.py
src/cortexgit/llm_providers/anthropic_provider.py
src/cortexgit/llm_providers/base.py
src/cortexgit/llm_providers/ollama_provider.py
src/cortexgit/llm_providers/openai_provider.py
src/cortexgit/llm_providers/openrouter_provider.py
src/cortexgit/llm_providers/provider_factory.py
src/cortexgit/retrieval/__init__.py
src/cortexgit/retrieval/embeddings.py
src/cortexgit/retrieval/semantic_recall.py
src/cortexgit/schemas/__init__.py
src/cortexgit/schemas/entity_extraction_schema.json
src/cortexgit/schemas/reg_entity_schema.json
src/cortexgit/schemas/snapshot_schema.json
tests/__init__.py
tests/conftest.py
tests/db_helper.py
tests/test_centrality.py
tests/test_conflict_detector.py
tests/test_context_assembler.py
tests/test_context_assembler_reg.py
tests/test_context_route.py
tests/test_db_migration.py
tests/test_e2e_full_pipeline.py
tests/test_embeddings.py
tests/test_entity_extractor.py
tests/test_entity_node_validation.py
tests/test_entity_pull.py
tests/test_entity_pull_reg.py
tests/test_entity_registry.py
tests/test_event_logger.py
tests/test_expiration.py
tests/test_graph_repository.py
tests/test_importance.py
tests/test_injection.py
tests/test_injection_integration.py
tests/test_llm_providers.py
tests/test_provider_implementations.py
tests/test_recency_filter.py
tests/test_reg_end_to_end.py
tests/test_reg_extractor.py
tests/test_reg_multi_agent.py
tests/test_reg_pipeline.py
tests/test_reg_schema.py
tests/test_reinforcement.py
tests/test_retrieval.py
tests/test_semantic_recall.py
tests/test_snapshot_trigger.py
tests/test_snapshot_write.py
tests/test_summarizer.py
tests/test_wired_providers.py
tests/test_write_back_gate.py