LICENSE
README.md
pyproject.toml
memor/__init__.py
memor/cli.py
memor/config.py
memor/daemon.py
memor/feedback.py
memor/global_memories.py
memor/hook_cli.py
memor/hook_server.py
memor/interfaces.py
memor/project.py
memor/query_complexity.py
memor/recall.py
memor/redact.py
memor/service.py
memor/session_context.py
memor/tokencount.py
memor/turn_metrics.py
memor/types.py
memor/compress/__init__.py
memor/compress/detect.py
memor/compress/json_crush.py
memor/compress/logs.py
memor/compress/search.py
memor/compress/types.py
memor/dashboard/__init__.py
memor/dashboard/server.py
memor/dashboard/static/index.html
memor/distill/__init__.py
memor/distill/distiller.py
memor/distill/extractive.py
memor/distill/schema.py
memor/embed/__init__.py
memor/embed/api.py
memor/embed/fake.py
memor/embed/local.py
memor/eval/__init__.py
memor/eval/counterfactual.py
memor/eval/dataset.py
memor/eval/embed_benchmark.py
memor/eval/judge.py
memor/eval/metrics.py
memor/eval/proxy_benchmark.py
memor/eval/runner.py
memor/eval/baselines/__init__.py
memor/eval/baselines/base.py
memor/eval/baselines/claude_mem.py
memor/eval/baselines/graphiti.py
memor/eval/proxy_benchmark_fixtures/01_error_logs.json
memor/eval/proxy_benchmark_fixtures/02_json_response.json
memor/eval/proxy_benchmark_fixtures/03_openai_build_logs.json
memor/eval/proxy_benchmark_fixtures/04_simple_text.json
memor/eval/proxy_benchmark_fixtures/05_api_response_logs.json
memor/eval/proxy_benchmark_fixtures/06_openai_simple.json
memor/eval/proxy_benchmark_fixtures/README.md
memor/ingest/__init__.py
memor/ingest/claude_code.py
memor/ingest/documents.py
memor/ingest/goose.py
memor/ingest/kimi.py
memor/ingest/sources.py
memor/llm/__init__.py
memor/llm/anthropic.py
memor/llm/base.py
memor/llm/llama_cpp.py
memor/llm/openai_compat.py
memor/proxy/__init__.py
memor/proxy/adapters.py
memor/proxy/forward.py
memor/proxy/install.py
memor/proxy/mcp_retrieve.py
memor/proxy/memory.py
memor/proxy/pipeline.py
memor/proxy/server.py
memor/retrieve/__init__.py
memor/retrieve/retriever.py
memor/store/__init__.py
memor/store/sqlite_store.py
memor_cli.egg-info/PKG-INFO
memor_cli.egg-info/SOURCES.txt
memor_cli.egg-info/dependency_links.txt
memor_cli.egg-info/entry_points.txt
memor_cli.egg-info/requires.txt
memor_cli.egg-info/top_level.txt
tests/test_bakeoff_smoke.py
tests/test_cli_smoke.py
tests/test_compress_detect.py
tests/test_compress_json.py
tests/test_compress_logs.py
tests/test_config.py
tests/test_counterfactual.py
tests/test_counterfactual_keys.py
tests/test_daemon.py
tests/test_daemon_distiller_select.py
tests/test_dashboard.py
tests/test_dashboard_proxy.py
tests/test_dashboard_quality.py
tests/test_dataset_builder.py
tests/test_dimension_safety.py
tests/test_distill_schema.py
tests/test_distiller.py
tests/test_embed.py
tests/test_embed_benchmark.py
tests/test_eval_ablation.py
tests/test_eval_proxy_fixtures.py
tests/test_eval_runner.py
tests/test_external_baselines.py
tests/test_extractive.py
tests/test_feedback.py
tests/test_global_memories.py
tests/test_hook.py
tests/test_hook_server.py
tests/test_hybrid_retrieval.py
tests/test_ingest_claude_code.py
tests/test_ingest_documents.py
tests/test_ingest_goose.py
tests/test_ingest_kimi.py
tests/test_install_hook.py
tests/test_interfaces.py
tests/test_judge.py
tests/test_key_vectors.py
tests/test_llama_cpp_backend.py
tests/test_llm_grammar_compat.py
tests/test_local_distiller.py
tests/test_mcp_retrieve.py
tests/test_metrics.py
tests/test_multi_agent_hook.py
tests/test_negative_feedback.py
tests/test_noise_filter.py
tests/test_packaging_optional.py
tests/test_project_resolver.py
tests/test_proxy_benchmark_unit.py
tests/test_proxy_e2e.py
tests/test_proxy_install.py
tests/test_proxy_ledger.py
tests/test_proxy_memory_and_skip.py
tests/test_proxy_openai.py
tests/test_proxy_pipeline.py
tests/test_proxy_server.py
tests/test_quality_gate.py
tests/test_query_complexity.py
tests/test_read_dim.py
tests/test_recall_core.py
tests/test_recall_inject_mode.py
tests/test_redact.py
tests/test_redistill.py
tests/test_retriever.py
tests/test_retriever_keys.py
tests/test_roi_trend.py
tests/test_semantic_feedback.py
tests/test_service.py
tests/test_service_proxy_unit.py
tests/test_session_context.py
tests/test_skill_recall.py
tests/test_store.py
tests/test_supersession.py
tests/test_tokencount.py
tests/test_turn_metrics.py
tests/test_types.py
tests/test_vec_compaction.py