feat: add wechat publish recovery and conversation memory
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user