[Phase 4] Agent 间知识共享 — 全局知识池 #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
当前每个 Agent 记忆完全隔离(按 agent_id + user_id 分桶),Agent A 学到的东西 Agent B 无法利用。
需求
global_knowledge表,存储跨 Agent 共享的知识条目涉及模块
优先级
高 — Phase 4 核心需求