Replies: 1 comment
|
Great question. Short version — everything is SQLite, no separate vector store. Where dreams live:
All in On the Dream Engine showing as a shell — thats normal on a fresh install. Dreams run every 2 hours by default; the first cycle needs accumulated chunks to have anything to consolidate. You can trigger one manually once you have some chat history: On Electron — were on Tauri 2, not Electron. See Thanks for the kind words on the scaffolding. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Ive been stress-testing the local gateway on Windows 11 and I’m genuinely surprised by the code generation quality. I had it scaffold a full Express.js API with JWT and Zod validation, and it built all 13 files in a single turn without the usual hallucinations I see in other local-first wrappers.I see the "Dream Engine" in the sidebar, but it’s showing as a shell for me right now.
Is the plan to store the crystallized reasoning traces in a local vector store, or are we moving toward a more structured SQLite-based memory manifest?Also, if anyone has managed to get a clean Electron build from source, I’d love to know your Rollup config tweaks. I’m hitting some regex issues on the entry module and had to fall back to the web UI.Really cool to see a P2P mesh that actually has 200+ nodes live. Keep it up.
All reactions