supermemory/packages
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
..
ai-sdk docs changes (#678) 2026-01-18 16:55:32 -08:00
docs-test feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
hooks feat: onboarding config, reset onboarding, xai agentic migration (#701) 2026-01-25 01:04:15 +00:00
lib mastra integration (#717) 2026-02-03 00:43:08 +00:00
memory-graph feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
openai-sdk-python docs changes (#678) 2026-01-18 16:55:32 -08:00
pipecat-sdk-python chore: bump package versions 2026-01-22 20:50:51 -07:00
tools mastra integration (#717) 2026-02-03 00:43:08 +00:00
ui chore: cmdk, google docs viewer, image preview, document icons (#691) 2026-01-22 02:35:35 +00:00
validation feat: create space, delete spaces and emoji picker (#687) 2026-01-20 17:03:22 +00:00