feat: add wechat publish recovery and conversation memory

This commit is contained in:
john
2026-06-29 06:59:37 +08:00
parent ea19ffb5fa
commit e80831ad4f
12 changed files with 2308 additions and 38 deletions
+2
View File
@@ -82,6 +82,7 @@ export async function reconcileAgentSession(
sessionPolicy,
sandboxConstraints = null,
userContext = null,
userMemories = null,
tolerateInvalidWorkingDir = false,
},
) {
@@ -186,6 +187,7 @@ export async function reconcileAgentSession(
sessionPolicy,
sandboxConstraints: sandboxText,
userContext,
userMemories,
});
if (memoryEntries.length > 0) {