mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-27 21:03:16 +00:00
R6:ChannelDef 的记忆声明已有三件套(NoMemory/ContextPolicy/ RecallPolicy),唯独没有「这条通道是否参与场面识别」,现状是无条件 参与 ⇒ chan:system/kernel/timer 等内部信噪通道也在场面聚类里。 穷举确认非查漏:go.mod replace 指向 third_party/homeagent-sdk, plugin.go 中 scene 出现 0 次,SDK 自身 git 历史 -S'Scene' 为空。 R7:payload[scene] 的层级键(chan:qq/peer:group_1)已支持前缀 召回(RecallByScene scene.go:351),但因 R6 无人使用而闲置。 步骤重排为 7 步:SDK 声明项提到步骤 2(用户已授权动公开 SDK, 开发阶段非 release 阶段),并把「peer 覆盖面」拆到步骤 6 单列, 先只读调查插件手上有什么再动。