ReMe/reme/memory/vector_tools
方应 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
..
history feat(memory): add ContextChecker component for context size management (#144) 2026-03-06 23:43:42 +08:00
profiles feat(memory): add profile retrieval tool and refactor profile management 2026-04-24 17:57:46 +08:00
record feat(memory): add ContextChecker component for context size management (#144) 2026-03-06 23:43:42 +08:00
__init__.py feat(memory): add profile retrieval tool and refactor profile management 2026-04-24 17:57:46 +08:00
base_memory_tool.py feat(memory): add profile retrieval tool and refactor profile management 2026-04-24 17:57:46 +08:00
delegate_task.py feat(memory): add ContextChecker component for context size management (#144) 2026-03-06 23:43:42 +08:00