supermemory/packages/tools/test
MaheshtheDev b3aab91489 feat: withSupermemory for openai sdk (#531)
### TL;DR

Added OpenAI SDK middleware support for SuperMemory integration, allowing direct memory injection without AI SDK dependency.

### What changed?

- Added `withSupermemory` middleware for OpenAI SDK that automatically injects relevant memories into chat completions
- Implemented memory search and injection functionality for OpenAI clients
- Restructured the OpenAI module to separate tools and middleware functionality
- Updated README with comprehensive documentation and examples for the new OpenAI middleware
- Added test implementation with a Next.js API route example
- Reorganized package exports to support the new structure
2025-10-27 20:08:11 +00:00
..
chatapp feat: withSupermemory for openai sdk (#531) 2025-10-27 20:08:11 +00:00
ai-sdk-test.ts fix: add memory code params and documentation in readme 2025-10-10 21:06:52 -07:00
anthropic-example.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
claude-memory-examples.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
claude-memory-real-example.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
claude-memory.test.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
test-memory-tool.ts feat: Claude memory integration 2025-09-29 13:40:56 -07:00
vercel.test.ts add test 2025-10-22 22:58:32 +05:30