We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8175f commit 6655f77Copy full SHA for 6655f77
typescript-sdk/apps/dojo/src/mastra/index.ts
@@ -67,9 +67,7 @@ export const mastra = new Mastra({
67
model: openai("gpt-4o-mini"),
68
tools: { get_weather: weatherTool },
69
memory: new Memory({
70
- storage: new LibSQLStore({
71
- url: "file:../mastra.db", // path is relative to the .mastra/output directory
72
- }),
+ storage: getStorage(),
73
}),
74
75
shared_state: new Agent({
0 commit comments