Hi there, while testing a fairly simple use case of building a profile like schema in the agent working memory, I noticed most the time when the memory update is invoked (in the playground) I am seeing information being lost from previous turns or chat.
It seems the agent turn making the update is replacing the working memory that is already there. I was looking for a setting that may be PUT/PATCH style logic (full replace vs upsert) but I could not find any such setting.
is this intended behavior? IN. ayoutube video demo from mastra I saw that a template working memory was being addited to in a thread scoped working memory. Wondering if schema bound resource scoped working memory maybe doesn't function the same?
Happy to provide examples if useful
v0.12.3