memory-mode #1

Closed
tomtan wants to merge 13 commits from memory-mode into main

13 Commits

Author SHA1 Message Date
269661afff feat(memory-gateway): 引入 Memory Gateway 配置、凭据存储和服务编排
* 新增 MemoryGatewayConfig 和 MemoryConfig dataclass,用于配置管理。
* 实现 MemoryGatewayUserCredential 和 MemoryGatewayCredentialStore,用于处理用户凭据。
* 创建 MemoryGatewayService,用于管理与 Memory Gateway 的交互。
* 开发用于记忆设置的 JSON 配置文件。
* 增强单元测试,覆盖新功能,包括凭据存储和服务行为。
* 更新 entrypoint 和实例创建脚本,以初始化 Memory Gateway 用户存储。
2026-06-16 13:36:18 +08:00
e9e57bdb07 docs: plan gateway user provisioning 2026-06-15 18:08:04 +08:00
8b57159d46 docs: define shared gateway config and user provisioning 2026-06-15 18:02:22 +08:00
a7fe41e6a5 docs: design memory gateway package migration 2026-06-15 15:35:42 +08:00
827e3434b3 docs(memory): document and harden hybrid gateway setup 2026-06-15 11:19:57 +08:00
c3b4f95062 feat(memory): integrate gateway into agent runs 2026-06-15 11:13:51 +08:00
20a717af7a feat(memory): initialize optional gateway layer 2026-06-15 11:10:28 +08:00
4fd66b29d6 feat(memory): support ephemeral gateway recall context 2026-06-15 11:07:57 +08:00
f81ab2cacb feat(memory): add memory gateway client and service 2026-06-15 11:07:22 +08:00
f4bdfc0717 feat(memory): add hybrid gateway configuration 2026-06-15 11:05:23 +08:00
25e7dfba88 docs: plan hybrid memory gateway integration 2026-06-15 11:02:41 +08:00
b3c6ee4b78 docs: revise memory gateway design for hybrid mode 2026-06-15 10:56:53 +08:00
71168b83b1 docs: design memory gateway backend integration 2026-06-15 10:31:52 +08:00