supermemory/apps/web/components/new/onboarding
nexxeln 9553434c9a mastra integration (#717)
adds withSupermemory wrapper and input/output processors for
mastra agents:

- input processor fetches and injects memories into system prompt
before llm calls
- output processor saves conversations to supermemory after
responses
- supports profile, query, and full memory search modes
- includes custom prompt templates and requestcontext support

const agent = new Agent(withSupermemory(
{ id: "my-assistant", model: openai("gpt-4o"), instructions:
"..." },
"user-123",
{ mode: "full", addMemory: "always", threadId: "conv-456" }
))

includes docs as well

this pr also reworks how the tools package works into shared modules
2026-02-03 00:43:08 +00:00
..
setup mastra integration (#717) 2026-02-03 00:43:08 +00:00
welcome feat: added advanced analytics events (#702) 2026-01-25 00:56:19 +00:00
x-bookmarks-detail-view.tsx feat: deep-research on user profile and tiptap integration (#672) 2026-01-15 21:53:53 +00:00