You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prisma: mockPrisma, //Stub for compatibility (TODO: make optional)
271
+
prisma: mockPrisma, //Compatibility stub while Prisma remains required
272
272
// ...
273
273
});
274
274
```
275
275
276
-
**Note:**Currently, AgentOS still requires a Prisma instance. We're working on making it optional when `storageAdapter` is provided.
276
+
**Note:**Client-side AgentOS initialization still expects a Prisma-compatible object even when `storageAdapter` is provided, so keep the stub in place for now.
277
277
278
278
---
279
279
@@ -376,4 +376,3 @@ const storage = new IndexedDbAdapter({
376
376
---
377
377
378
378
**TL;DR:** Use `createAgentOSStorage({ platform: 'auto' })` and AgentOS works offline everywhere. IndexedDB for web, better-sqlite3 for desktop, capacitor for mobile.
0 commit comments