.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mypy.ini
pyproject.toml
requirements.txt
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/ci.yml
benchmarks/.env.example
benchmarks/ALL_4_BENCHMARKS_FINAL_RESULTS.md
benchmarks/prefeval_official.py
benchmarks/prefeval_official_v2.py
benchmarks/run_all_4_benchmarks_fixed.py
benchmarks/run_lamp2_full.py
benchmarks/run_longmemeval_multisession.py
benchmarks/run_msc_full.py
benchmarks/run_msc_local.py
benchmarks/run_msc_local_fixed.py
benchmarks/run_official_full_scale.py
benchmarks/LaMP/lamp_adapter.py
benchmarks/LaMP/setup_lamp_official.sh
benchmarks/LaMP/test_lamp_10percent.py
benchmarks/LoCoMo/test_locomo_10percent.py
benchmarks/MSC/download_msc_from_hf.py
benchmarks/MSC/download_msc_mirror.sh
benchmarks/MSC/download_msc_parlai.py
benchmarks/dataset/en.json
benchmarks/dataset/ja.json
benchmarks/dataset/zh.json
bin/carrymem
docs/API_REFERENCE.md
docs/API_STABILITY.md
docs/ARCHITECTURE.md
docs/COMPREHENSIVE_BENCHMARK_REPORT.md
docs/CONSENSUS_INTEGRATION_PLAN.md
docs/EXTERNAL_MEMORY_BENCHMARKS.md
docs/INSTALL.md
docs/MSC_BENCHMARK_GUIDE.md
docs/QUICK_START_GUIDE.md
docs/README.md
docs/ROADMAP.md
docs/RULES_USER_MANUAL.md
docs/TROUBLESHOOTING.md
docs/USER_GUIDE.md
docs/archive/BENCHMARK_OPTIMIZATION_DECISION_v2.md
docs/archive/BENCHMARK_OPTIMIZATION_PLAN.md
docs/archive/BENCHMARK_OPTIMIZATION_PLAN_v0.2.md
docs/archive/BENCHMARK_RECOMMENDATIONS.md
docs/archive/BENCHMARK_STRATEGY_FINAL-CN.md
docs/archive/BENCHMARK_STRATEGY_FINAL.md
docs/archive/CARRYMEM_PROJECT_REVIEW.md
docs/archive/CONSENSUS_v0.2.4.md
docs/archive/DEVSQUAD_REVIEW_REPORT.md
docs/archive/P02_IMPLEMENTATION_SPEC.md
docs/archive/P0_CODE_REVIEW_7DIM.md
docs/archive/P0_PROJECT_PLAN.md
docs/archive/P1_CODE_REVIEW_7DIM.md
docs/archive/PHASE1_3_CODE_REVIEW_7DIM.md
docs/archive/STRATEGY_NEXT_STEPS.md
docs/archive/internal/AI Agent长期记忆系统市场格局_ima脑图.jpeg
docs/archive/internal/CARRYMEM_CODE_REVIEW_REPORT.md
docs/archive/internal/CODE_QUALITY_IMPROVEMENT_PLAN.md
docs/archive/internal/EXCEPTION_HANDLING_AUDIT.md
docs/archive/internal/FINAL_DELIVERY_SUMMARY.md
docs/archive/internal/FULL_FIX_SUMMARY.md
docs/archive/internal/IMPROVEMENT_PROGRESS_TRACKER.md
docs/archive/internal/P3_COMPLETION_REPORT.md
docs/archive/internal/PRODUCT_VISION_ASSESSMENT.md
docs/archive/internal/TECH_DEBT_MEMO_v0.1.5.md
docs/archive/internal/TRIDIMENSIONAL_CODE_REVIEW.md
docs/archive/review/DEEP_AUDIT_REPORT.md
docs/archive/review/PROJECT_MISSION_ASSESSMENT.md
docs/archive/review/TROUBLESHOOTING_OPTIMIZATION_PLAN.md
docs/archive/review/USER_EXPERIENCE_REVIEW.md
docs/archive/review/USER_EXPERIENCE_REVIEW_UPDATE.md
docs/archive/review/UX_REMEDIATION_PLAN.md
docs/archive/review/devsquad_integration_response.md
docs/archive/review/devsquad_integration_review.md
docs/archive/review/devsquad_review_report.md
docs/i18n/API_REFERENCE-CN.md
docs/i18n/API_REFERENCE-JP.md
docs/i18n/API_STABILITY-CN.md
docs/i18n/API_STABILITY-JP.md
docs/i18n/ARCHITECTURE-CN.md
docs/i18n/ARCHITECTURE-JP.md
docs/i18n/INSTALL-CN.md
docs/i18n/INSTALL-JP.md
docs/i18n/QUICK_START_GUIDE-CN.md
docs/i18n/QUICK_START_GUIDE-JP.md
docs/i18n/README-CN.md
docs/i18n/README-JP.md
docs/i18n/ROADMAP-CN.md
docs/i18n/ROADMAP-JP.md
docs/i18n/RULES_USER_MANUAL-CN.md
docs/i18n/RULES_USER_MANUAL-JP.md
docs/i18n/TROUBLESHOOTING-CN.md
docs/i18n/TROUBLESHOOTING-JP.md
docs/i18n/USER_GUIDE-CN.md
docs/i18n/USER_GUIDE-JP.md
examples/api_usage/basic_usage.py
examples/api_usage/thread_safe_usage.py
examples/simple_assistant/README.md
examples/simple_assistant/assistant.py
extensions/vscode-carrymem/.gitignore
extensions/vscode-carrymem/.vscodeignore
extensions/vscode-carrymem/package-lock.json
extensions/vscode-carrymem/package.json
extensions/vscode-carrymem/tsconfig.json
extensions/vscode-carrymem/resources/icon.svg
extensions/vscode-carrymem/src/carrymemClient.ts
extensions/vscode-carrymem/src/extension.ts
extensions/vscode-carrymem/src/ruleEditorPanel.ts
extensions/vscode-carrymem/src/ruleTreeProvider.ts
integrations/claude_code/mcp.json
integrations/cursor/mcp.json
scripts/ci_local_check.py
scripts/install.sh
src/carrymem/__init__.py
src/carrymem/__main__.py
src/carrymem/__version__.py
src/carrymem/api_types.py
src/carrymem/async_carrymem.py
src/carrymem/backup.py
src/carrymem/cache.py
src/carrymem/carrymem.py
src/carrymem/cli.py
src/carrymem/conflict_detector.py
src/carrymem/consolidation.py
src/carrymem/constants.py
src/carrymem/context.py
src/carrymem/coreference.py
src/carrymem/domain.py
src/carrymem/engine.py
src/carrymem/exceptions.py
src/carrymem/format.py
src/carrymem/merge.py
src/carrymem/prompt.py
src/carrymem/prompt_builder.py
src/carrymem/py.typed
src/carrymem/quality_scorer.py
src/carrymem/scope.py
src/carrymem/scoring.py
src/carrymem/selection.py
src/carrymem/tui.py
src/carrymem.egg-info/PKG-INFO
src/carrymem.egg-info/SOURCES.txt
src/carrymem.egg-info/dependency_links.txt
src/carrymem.egg-info/entry_points.txt
src/carrymem.egg-info/requires.txt
src/carrymem.egg-info/top_level.txt
src/carrymem/adapters/__init__.py
src/carrymem/adapters/base.py
src/carrymem/adapters/coding_context_adapter.py
src/carrymem/adapters/json_adapter.py
src/carrymem/adapters/loader.py
src/carrymem/adapters/obsidian_adapter.py
src/carrymem/adapters/sqlite_adapter.py
src/carrymem/coordinators/__init__.py
src/carrymem/coordinators/classification_pipeline.py
src/carrymem/integration/__init__.py
src/carrymem/integration/devsquad/__init__.py
src/carrymem/integration/devsquad/adapter.py
src/carrymem/integration/devsquad/protocol.py
src/carrymem/integration/devsquad/type_mapping.py
src/carrymem/integration/layer2_mcp/__init__.py
src/carrymem/integration/layer2_mcp/__main__.py
src/carrymem/integration/layer2_mcp/handlers.py
src/carrymem/integration/layer2_mcp/http_server.py
src/carrymem/integration/layer2_mcp/server.py
src/carrymem/integration/layer2_mcp/tools.py
src/carrymem/layers/__init__.py
src/carrymem/layers/pattern_analyzer.py
src/carrymem/layers/rule_matcher.py
src/carrymem/layers/semantic_aggregator.py
src/carrymem/layers/semantic_classifier.py
src/carrymem/layers/session_summarizer.py
src/carrymem/llm/__init__.py
src/carrymem/rules/__init__.py
src/carrymem/rules/candidate_generator.py
src/carrymem/rules/candidate_rule_generator.py
src/carrymem/rules/conflict_detector.py
src/carrymem/rules/experience_bridge.py
src/carrymem/rules/failure_experience.py
src/carrymem/rules/injector.py
src/carrymem/rules/limiter.py
src/carrymem/rules/matcher.py
src/carrymem/rules/merge_protocol.py
src/carrymem/rules/models.py
src/carrymem/rules/pattern_detector.py
src/carrymem/rules/promotion_pipeline.py
src/carrymem/rules/refinement_session.py
src/carrymem/rules/rule_refiner.py
src/carrymem/rules/sanitizer.py
src/carrymem/rules/skill.py
src/carrymem/rules/storage.py
src/carrymem/rules/templates.py
src/carrymem/security/__init__.py
src/carrymem/security/audit.py
src/carrymem/security/encryption.py
src/carrymem/security/input_validator.py
src/carrymem/security/redaction.py
src/carrymem/semantic/__init__.py
src/carrymem/semantic/expander.py
src/carrymem/semantic/merger.py
src/carrymem/semantic/data/__init__.py
src/carrymem/semantic/data/synonyms_daily_en.yaml
src/carrymem/semantic/data/synonyms_jp.yaml
src/carrymem/semantic/data/synonyms_technical_cn.yaml
src/carrymem/utils/__init__.py
src/carrymem/utils/config.py
src/carrymem/utils/confirmation.py
src/carrymem/utils/helpers.py
src/carrymem/utils/language.py
src/carrymem/utils/logger.py
src/carrymem/utils/validators.py
tests/test_async_carrymem.py
tests/test_audit.py
tests/test_backup.py
tests/test_backup_encryption.py
tests/test_base_adapter.py
tests/test_cache.py
tests/test_carrymem.py
tests/test_carrymem_extended.py
tests/test_carrymem_full.py
tests/test_carrymem_integration.py
tests/test_classification_pipeline.py
tests/test_cli_comprehensive.py
tests/test_cli_deep.py
tests/test_cli_enhanced.py
tests/test_cli_extended.py
tests/test_cli_pack_unpack.py
tests/test_cli_rules.py
tests/test_coding_context_adapter.py
tests/test_concurrent_access.py
tests/test_conflict_detector_core.py
tests/test_conflict_detector_full.py
tests/test_consolidation.py
tests/test_consolidation_extra.py
tests/test_consolidation_schedule.py
tests/test_context.py
tests/test_context_and_scoring.py
tests/test_context_selection.py
tests/test_coreference.py
tests/test_devsquad_adapter.py
tests/test_domain.py
tests/test_e2e_user_journey.py
tests/test_e2e_user_scenarios.py
tests/test_encryption.py
tests/test_encryption_backup_audit.py
tests/test_environment.py
tests/test_execution_context.py
tests/test_format_prompt.py
tests/test_handlers.py
tests/test_helpers.py
tests/test_injection_strategies.py
tests/test_input_validator.py
tests/test_integration.py
tests/test_json_adapter_extra.py
tests/test_layers.py
tests/test_mce_recall.py
tests/test_mcp_json_async.py
tests/test_mcp_server.py
tests/test_obsidian_adapter.py
tests/test_p0_core_loop.py
tests/test_p1_features.py
tests/test_phase4.py
tests/test_prompt_builder.py
tests/test_prompt_builder_extra.py
tests/test_quality_management.py
tests/test_quality_scorer.py
tests/test_raw_text.py
tests/test_redaction.py
tests/test_remaining_features.py
tests/test_scope_inference.py
tests/test_scoring.py
tests/test_security.py
tests/test_selection_mmr.py
tests/test_sqlite_adapter_ext.py
tests/test_validators.py
tests/test_vector_search.py
tests/test_version_chain.py
tests/test_rules/__init__.py
tests/test_rules/test_conflict_detector.py
tests/test_rules/test_context_engineering.py
tests/test_rules/test_coverage.py
tests/test_rules/test_experience_learning.py
tests/test_rules/test_export_import.py
tests/test_rules/test_facade.py
tests/test_rules/test_installation.py
tests/test_rules/test_matcher.py
tests/test_rules/test_models.py
tests/test_rules/test_pattern_detector.py
tests/test_rules/test_performance.py
tests/test_rules/test_promotion_pipeline.py
tests/test_rules/test_refinement.py
tests/test_rules/test_scope_features.py
tests/test_rules/test_scope_integration.py
tests/test_rules/test_scope_performance.py
tests/test_rules/test_scope_uat.py
tests/test_rules/test_security.py
tests/test_rules/test_storage.py
tests/test_rules/test_templates.py