Coming from 0.10.X to 0.20.X -Agent Networks and Memory
We are doing an upgrade and having a ton of pain around this. After moving to the new privative and cutting over to passing a group of agents into another, we noticed we need to instantiate memory. We are having issues with working memory and Mastra is complaining and had to disable it. Are there any other steps we need to look out for jumping this many versions forward?

7 Replies
Hi @Nicolas Fry ! What kind of issues are you having with the working memory?
updateWorkingBoundary not found
@Romain
📝 Created GitHub issue: https://github.com/mastra-ai/mastra/issues/8871
GitHub
[DISCORD:1427777632350765119] Coming from 0.10.X to 0.20.X -Agent N...
This issue was created from Discord post: https://discord.com/channels/1309558646228779139/1427777632350765119 We are doing an upgrade and having a ton of pain around this. After moving to the new ...
Hmm, not sure what that is. Could you share a full stacktrace?
@Romain I was able to troubleshoot and it had to do with Zod. The error itself was cryptic and no idea why it errored like this
@Nicolas Fry I have seen this weird issue happen a few times with openai models. Sometimes the model is trying to call the tool "functions.updateWorkingMemory" but the tool is just called "updateWorkingMemory" so its trying to access it by the wrong name. Very strange and doesn't happen consistently.
@caleb will keep an eye on this and report back as we roll this into prod soon