supermemory/packages/tools/test
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
..
chatapp feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
mastra mastra integration (#717) 2026-02-03 00:43:08 +00:00
with-supermemory feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
ai-sdk-test.ts feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
anthropic-example.ts mastra integration (#717) 2026-02-03 00:43:08 +00:00
claude-memory-examples.ts mastra integration (#717) 2026-02-03 00:43:08 +00:00
claude-memory-real-example.ts mastra integration (#717) 2026-02-03 00:43:08 +00:00
claude-memory.test.ts feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00
openai-responses-test.ts add support for responses api in openai typescript sdk (#549) 2025-11-07 07:39:44 -07:00
test-memory-tool.ts feat: mobile responsive, lint formats, toast, render issue fix (#688) 2026-01-21 03:11:53 +00:00