iven
eed26a1ce4
feat(pipeline): Pipeline 图持久化 — GraphStore 实现
新增 GraphStore trait 和 MemoryGraphStore 实现:
- save/load/delete/list_ids 异步接口
- 可选文件持久化到 JSON 目录
- 启动时从磁盘加载已保存的图
SkillOrchestrationDriver 集成:
- 新增 with_graph_store() 构造函数
- graph_id 路径从硬编码错误改为从 GraphStore 查找
- 无 store 时返回明确的错误信息
修复了 "Graph loading by ID not yet implemented" 的 TODO
2026-03-30 00:25:38 +08:00
..
2026-03-26 19:49:03 +08:00
2026-03-29 23:19:41 +08:00
2026-03-27 09:36:50 +08:00
2026-03-30 00:19:02 +08:00
2026-03-29 10:46:41 +08:00
2026-03-30 00:25:38 +08:00
2026-03-29 10:46:41 +08:00
2026-03-29 23:45:52 +08:00
2026-03-29 23:27:24 +08:00
2026-03-30 00:25:38 +08:00
2026-03-29 10:46:41 +08:00