docs(context): note agent memory shadow setup for fusion E2E
Memind CI / Test, build, and release guards (push) Failing after 3m15s

Allow custom shadow portal probe messages and document admin-db steps to
enable recall_fusion_resolved without turning on active injection.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-09-10 09:33:47 +08:00
parent c7a9d439ca
commit 0daf40d950
2 changed files with 25 additions and 3 deletions
@@ -149,11 +149,16 @@ async function runPortalTurn(pool) {
user_message: {
id: randomUUID(),
role: 'user',
content: [{ type: 'text', text: '帮我搜索一下今天上海的天气,简要回答即可' }],
content: [{
type: 'text',
text: process.env.MEMIND_SHADOW_E2E_MESSAGE
?? '你还记得我的偏好吗,一句话回答即可',
}],
metadata: {
userVisible: true,
agentVisible: true,
displayText: 'context runtime shadow agent ping',
displayText: process.env.MEMIND_SHADOW_E2E_DISPLAY
?? 'context runtime shadow memory ping',
},
},
}),