LICENSE
README.md
pyproject.toml
src/recollectium/__init__.py
src/recollectium/__main__.py
src/recollectium/cli.py
src/recollectium/cli_progress.py
src/recollectium/config.py
src/recollectium/core.py
src/recollectium/dev_eval.py
src/recollectium/dev_eval_ranked_set_fixtures.py
src/recollectium/dev_eval_semantic_fixtures.py
src/recollectium/dev_eval_thematic_fixtures.py
src/recollectium/dev_eval_thematic_labels.py
src/recollectium/dev_eval_thematic_weighted.py
src/recollectium/dev_optimize_threshold.py
src/recollectium/dev_seed.py
src/recollectium/embeddings.py
src/recollectium/errors.py
src/recollectium/logging.py
src/recollectium/mcp_server.py
src/recollectium/memory_spaces.py
src/recollectium/model_state.py
src/recollectium/models.py
src/recollectium/representations.py
src/recollectium/retrieval.py
src/recollectium/search.py
src/recollectium/service.py
src/recollectium/service_contract.py
src/recollectium/service_manager.py
src/recollectium/storage.py
src/recollectium/update.py
src/recollectium.egg-info/PKG-INFO
src/recollectium.egg-info/SOURCES.txt
src/recollectium.egg-info/dependency_links.txt
src/recollectium.egg-info/entry_points.txt
src/recollectium.egg-info/requires.txt
src/recollectium.egg-info/top_level.txt
src/recollectium/migrations/__init__.py
src/recollectium/migrations/runner.py
src/recollectium/migrations/versions/__init__.py
src/recollectium/migrations/versions/v001_initial_memory_schema.py
src/recollectium/migrations/versions/v002_embedding_chunks_and_jobs.py
src/recollectium/migrations/versions/v003_workspace_aliases.py
tests/test_bootstrap_completion.py
tests/test_changelog.py
tests/test_cli.py
tests/test_cli_progress.py
tests/test_config.py
tests/test_core.py
tests/test_dev_eval.py
tests/test_dev_optimize_threshold.py
tests/test_dev_seed.py
tests/test_logging.py
tests/test_mcp_stdio.py
tests/test_memory_spaces.py
tests/test_model_readiness.py
tests/test_model_state.py
tests/test_models.py
tests/test_representations.py
tests/test_retrieval.py
tests/test_scaffold.py
tests/test_search.py
tests/test_service.py
tests/test_service_lifecycle.py
tests/test_service_manager.py
tests/test_storage.py
tests/test_update.py
tests/test_workflows.py