supermemory/packages/lib
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
..
api.ts PR: nova alpha release (#670) 2026-01-13 00:54:56 -08:00
auth-context.tsx mastra integration (#717) 2026-02-03 00:43:08 +00:00
auth.middleware.ts New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
auth.ts New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
constants.ts feat(raycast-extension): initial version of supermemory extension for raycast (#440) 2025-10-02 16:22:56 +00:00
error-tracking.tsx feat: optional posthog intialization (#525) 2025-10-27 16:10:15 -07:00
generate-id.ts New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
glass-effect-manager.ts New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
package.json PR: nova alpha release (#670) 2026-01-13 00:54:56 -08:00
posthog.tsx PR: nova alpha release (#670) 2026-01-13 00:54:56 -08:00
queries.ts fix: past due pending users improvements (#572) 2025-11-10 20:47:00 +00:00
query-client.tsx New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
similarity.ts New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
tsconfig.json New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
types.ts feat: create space, delete spaces and emoji picker (#687) 2026-01-20 17:03:22 +00:00
utils.ts New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00