ReMe/reme/memory/vector_based
方应 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
..
personal feat(memory): add profile retrieval tool and refactor profile management 2026-04-24 17:57:46 +08:00
procedural refactor(memory): restructure tool and procedural memory agents with enhanced capabilities 2026-02-27 16:17:22 +08:00
tool_call refactor(memory): restructure tool and procedural memory agents with enhanced capabilities 2026-02-27 16:17:22 +08:00
__init__.py refactor(memory): restructure tool and procedural memory agents with enhanced capabilities 2026-02-27 16:17:22 +08:00
base_memory_agent.py refactor(core): restructure module organization and enhance error handling 2026-02-26 15:34:36 +08:00
reme_retriever.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
reme_retriever.yaml refactor(core): restructure module organization and enhance error handling 2026-02-26 15:34:36 +08:00
reme_summarizer.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
reme_summarizer.yaml refactor(core): restructure module organization and enhance error handling 2026-02-26 15:34:36 +08:00