ยฉ 2026 Hedgehog Software, LLC
useChat
onToolCall()
"@mastra/core": "0.6.1-alpha.0"
"@mastra/core": "0.6.1-alpha.1"
memory: new Memory({ storage: new LibSQLStore({ config: { url: process.env.DATABASE_URL ?? 'file:memory.db', }, }), options: { workingMemory: { enabled: true, use: "tool-call", // Required for toDataStream() compatibility }, }, }),