Commit Graph

8 Commits

Author SHA1 Message Date
000415404b 兼容新版 EverOS memory API 2026-06-10 10:47:36 +08:00
5500947ddb 更新文档,调整内存 URI 格式和写入模式示例;移除过时的 OpenViking 内容补充逻辑,并添加相应的单元测试 2026-06-04 09:34:37 +08:00
8c479e4ecd 为 OpenViking 内存命中添加最新内容读取功能,并更新相关文档和测试用例 2026-06-03 16:29:59 +08:00
1b5fee9866 添加内存管理工具和用户密钥支持,更新文档和测试用例 2026-06-02 10:09:21 +08:00
70cda923b2 Refactor OpenViking Memory API and User Management
- Updated API authentication headers to use `X-API-Key` for both admin and user APIs.
- Modified the account creation process to directly create user-specific accounts without requiring an admin workspace.
- Enhanced user creation to return account-specific details, including `admin_user_id`.
- Introduced new endpoints for retrieving task status and user profiles, allowing for more flexible user data management.
- Updated search functionality to include additional parameters such as `level` and `score_threshold`.
- Improved the handling of user keys in the storage layer to associate them with specific accounts.
- Added tests to validate the new user account creation process and search functionalities, ensuring proper integration with the OpenViking service.
- Included new documentation to reflect changes in API usage and expected request/response formats.
2026-05-27 16:09:28 +08:00
a89807b174 Add memory system session context API 2026-05-26 12:24:56 +08:00
d73f59f38d Refine memory system user-key flow and search output 2026-05-22 16:30:42 +08:00
92632553ab Update memory system skill and plugin 2026-05-19 14:30:55 +08:00