supermemory/apps/docs/integrations
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.mdx docs changes (#678) 2026-01-18 16:55:32 -08:00
claude-code.mdx fix: docs 2026-01-30 17:32:02 -07:00
claude-memory.mdx docs changes (#678) 2026-01-18 16:55:32 -08:00
langchain.mdx langchain integration (#718) 2026-01-31 04:08:10 +00:00
mastra.mdx mastra integration (#717) 2026-02-03 00:43:08 +00:00
memory-graph.mdx docs changes (#678) 2026-01-18 16:55:32 -08:00
n8n.mdx docs changes (#678) 2026-01-18 16:55:32 -08:00
openai.mdx docs changes (#678) 2026-01-18 16:55:32 -08:00
openclaw.mdx fix: docs 2026-01-30 17:32:02 -07:00
opencode.mdx fix: docs 2026-01-30 17:32:02 -07:00
pipecat.mdx Re - feat(pipecat-sdk): add speech-to-speech model support (Gemini Live) (#683) 2026-01-21 03:58:26 +00:00
supermemory-sdk.mdx docs changes (#678) 2026-01-18 16:55:32 -08:00
zapier.mdx docs changes (#678) 2026-01-18 16:55:32 -08:00