ReMe/reme/memory
方应 8ac767dce3 feat(memory): add profile retrieval tool and refactor profile management
- Introduce RetrieveProfile tool for fetching specific user profiles
- Refactor ProfileHandler to support both filesystem and vector backends
- Add async methods to ProfileHandler with synchronous fallbacks
- Update PersonalRetriever to support two-stage profile and memory retrieval
- Enhance PersonalSummarizer with improved tool partitioning logic
- Add profile_backend, profile_store_name, and profile_max_capacity configuration options
- Replace direct ProfileHandler imports with get_profile_handler method
- Implement profile search functionality with dedicated prompts and workflows
- Add FileProfileBackend and VectorProfileBackend implementations
- Update base memory tool with new profile configuration parameters
2026-04-24 17:57:46 +08:00
..
file_based feat(compactor): add extra instruction support and improve error handing (#190) 2026-03-31 16:22:39 +08:00
vector_based feat(memory): add profile retrieval tool and refactor profile management 2026-04-24 17:57:46 +08:00
vector_tools feat(memory): add profile retrieval tool and refactor profile management 2026-04-24 17:57:46 +08:00
__init__.py feat(memory): add ContextChecker component for context size management (#144) 2026-03-06 23:43:42 +08:00