ReMe/reme/memory/vector_based/personal
方应 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
..
__init__.py refactor(core): restructure module organization and enhance error handling 2026-02-26 15:34:36 +08:00
personal_retriever.py feat(memory): add profile retrieval tool and refactor profile management 2026-04-24 17:57:46 +08:00
personal_retriever.yaml feat(memory): add profile retrieval tool and refactor profile management 2026-04-24 17:57:46 +08:00
personal_summarizer.py feat(memory): add profile retrieval tool and refactor profile management 2026-04-24 17:57:46 +08:00
personal_summarizer.yaml refactor(memory): rename fs components to fb and reorganize modules 2026-02-26 16:47:04 +08:00