LICENSE
README.md
pyproject.toml
src/memomate.egg-info/PKG-INFO
src/memomate.egg-info/SOURCES.txt
src/memomate.egg-info/dependency_links.txt
src/memomate.egg-info/entry_points.txt
src/memomate.egg-info/requires.txt
src/memomate.egg-info/top_level.txt
src/memos/__init__.py
src/memos/_version.py
src/memos/errors.py
src/memos/i18n.py
src/memos/cli/__init__.py
src/memos/cli/__main__.py
src/memos/cli/dispatch.py
src/memos/config/__init__.py
src/memos/config/loader.py
src/memos/config/models.py
src/memos/config/prompts.py
src/memos/dashboard/__init__.py
src/memos/engine/__init__.py
src/memos/engine/extractor.py
src/memos/engine/memory.py
src/memos/engine/review.py
src/memos/features/__init__.py
src/memos/features/backup.py
src/memos/features/notifications.py
src/memos/features/usage.py
src/memos/features/wizard.py
src/memos/hooks/__init__.py
src/memos/hooks/prompt.py
src/memos/hooks/stop.py
src/memos/server/__init__.py
src/memos/server/__main__.py
src/memos/server/mcp.py
src/memos/storage/__init__.py
src/memos/storage/base.py
src/memos/storage/chroma.py
src/memos/storage/embeddings.py
src/memos/web/__init__.py
src/memos/web/app.py
src/memos/web/auth.py
src/memos/web/models/__init__.py
src/memos/web/models/requests.py
src/memos/web/routes/__init__.py
src/memos/web/routes/auth.py
src/memos/web/routes/backups.py
src/memos/web/routes/config_routes.py
src/memos/web/routes/conversations.py
src/memos/web/routes/llm.py
src/memos/web/routes/memories.py
src/memos/web/routes/notifications.py
src/memos/web/routes/pages.py
src/memos/web/routes/prompts.py
src/memos/web/routes/search.py
src/memos/web/routes/suggestions.py
src/memos/web/routes/system.py
src/memos/web/routes/todos.py
src/memos/web/services/__init__.py
src/memos/web/services/helpers.py
src/memos/web/templates/_active_suggestions_panel.html
src/memos/web/templates/_conversation_panel.html
src/memos/web/templates/_daily_review_panel.html
src/memos/web/templates/_knowledge_panel.html
src/memos/web/templates/_modals.html
src/memos/web/templates/_nav.html
src/memos/web/templates/_prompts_panel.html
src/memos/web/templates/_todo_panel.html
src/memos/web/templates/dashboard.html
src/memos/web/templates/login.html
src/memos/web/templates/notifications.html
src/memos/web/templates/static/style.css
src/memos/web/templates/static/js/dashboard.js
src/memos/web/templates/static/js/suggestions.js
src/memos/web/templates/static/js/todos.js
tests/test_active_memory_config.py
tests/test_auth.py
tests/test_backup.py
tests/test_benchmark.py
tests/test_bm25_incremental.py
tests/test_buffer.py
tests/test_cli.py
tests/test_cli_todo.py
tests/test_config_paths.py
tests/test_config_validate.py
tests/test_conflict_api.py
tests/test_conflict_detection.py
tests/test_conversation_search.py
tests/test_dashboard.py
tests/test_dashboard_daily_review.py
tests/test_dashboard_prompts_api.py
tests/test_dashboard_wizard.py
tests/test_endpoint_prompt_decoupling.py
tests/test_endpoint_test.py
tests/test_error_messages.py
tests/test_expiry.py
tests/test_export_import.py
tests/test_extract_mock.py
tests/test_extractor_retry.py
tests/test_extractor_unified.py
tests/test_hook_layered_context.py
tests/test_hook_prompt_integration.py
tests/test_hook_system_suggestions.py
tests/test_hooks.py
tests/test_hybrid_search.py
tests/test_init_wizard.py
tests/test_integration.py
tests/test_integration_all.py
tests/test_integration_v020.py
tests/test_integration_v030.py
tests/test_integration_v040.py
tests/test_lazy_loading.py
tests/test_lightweight_model.py
tests/test_list_pagination.py
tests/test_manual_suggestion.py
tests/test_mcp_todos.py
tests/test_mcp_update_delete.py
tests/test_memory_crud.py
tests/test_memory_filter.py
tests/test_model_download.py
tests/test_notifications.py
tests/test_prompt_llm_binding.py
tests/test_prompt_manager.py
tests/test_prompt_models.py
tests/test_prompt_templates.py
tests/test_prompt_types.py
tests/test_quality_scoring.py
tests/test_reuse_boost.py
tests/test_review.py
tests/test_smoke_install.py
tests/test_store.py
tests/test_suggestion_dedup.py
tests/test_suggestion_settings_api.py
tests/test_suggestions_api.py
tests/test_time_decay.py
tests/test_todos_api.py
tests/test_tokens.py
tests/test_usage_stats.py
tests/test_vacuum.py