docs(context): note agent memory shadow setup for fusion E2E
Memind CI / Test, build, and release guards (push) Failing after 3m15s
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:
@@ -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',
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user