LICENSE
README.md
pyproject.toml
InsightMemory.egg-info/PKG-INFO
InsightMemory.egg-info/SOURCES.txt
InsightMemory.egg-info/dependency_links.txt
InsightMemory.egg-info/entry_points.txt
InsightMemory.egg-info/requires.txt
InsightMemory.egg-info/top_level.txt
insight_memory/__init__.py
insight_memory/cli.py
insight_memory/config.py
insight_memory/main.py
insight_memory/api/routes.py
insight_memory/api/schemas.py
insight_memory/config/log_config.json
insight_memory/evals/__init__.py
insight_memory/evals/accuracy.py
insight_memory/graph/__init__.py
insight_memory/graph/detect_merge_candidates_graph.py
insight_memory/graph/ingest_graph.py
insight_memory/graph/lifecycle_graph.py
insight_memory/graph/merge_entities_graph.py
insight_memory/graph/rebuild_retrieval_index_graph.py
insight_memory/graph/recall_graph.py
insight_memory/graph/refresh_entity_profile_graph.py
insight_memory/graph/reindex_memory_graph.py
insight_memory/graph/repair_memory_edges_graph.py
insight_memory/index/__init__.py
insight_memory/index/constants.py
insight_memory/index/llamaindex_pgvector.py
insight_memory/index/retrieval_index.py
insight_memory/index/version_state.py
insight_memory/services/embedding_service.py
insight_memory/services/health_service.py
insight_memory/services/ingest_service.py
insight_memory/services/preview_service.py
insight_memory/services/recall_service.py
insight_memory/storage/database.py
insight_memory/storage/models.py
insight_memory/storage/repository.py
insight_memory/tasks/runtime.py
insight_memory/utils/audit.py
insight_memory/utils/fragments.py
insight_memory/utils/ids.py
insight_memory/utils/locks.py
insight_memory/utils/logger.py
insight_memory/utils/request_context.py
insight_memory/utils/text.py
insight_memory/utils/validators.py
insight_memory/workers/background.py
insight_memory/workers/llm_provider.py
insight_memory/workers/prompts.py
insight_memory/workers/runtime.py
insight_memory/workers/schemas.py
tests/test_app.py
tests/test_cli.py
tests/test_config.py
tests/test_database.py
tests/test_embedding_service.py
tests/test_eval_memory_matrix.py
tests/test_eval_timing.py
tests/test_extractor_schema.py
tests/test_index_version_state.py
tests/test_ingest_graph.py
tests/test_linker.py
tests/test_memory_request_id.py
tests/test_pgvector_store.py
tests/test_prompts.py
tests/test_rebuild_retrieval_index.py
tests/test_recall.py
tests/test_recall_edges.py
tests/test_retrieval_index.py
tests/test_retrieval_logic.py