aboutsummaryrefslogtreecommitdiff
path: root/packages/tools/src/openai
Commit message (Collapse)AuthorAgeFilesLines
* add support for responses api in openai typescript sdk (#549)Shoubhit Dash2025-11-072-68/+179
|
* fix: openai sdk packaging issue (#532)MaheshtheDev2025-10-271-1/+1
|
* feat: withSupermemory for openai sdk (#531)MaheshtheDev2025-10-273-0/+761
### 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