aboutsummaryrefslogtreecommitdiff
path: root/packages/ai-sdk/README.md
Commit message (Collapse)AuthorAgeFilesLines
* fix: model namesDhravya Shah2025-10-031-5/+5
|
* fix: docsDhravya Shah2025-10-031-1/+1
|
* update: ReadmeDhravya Shah2025-09-131-43/+36
|
* Add AI SDK Utilities (#375)Shreyans Jain2025-08-211-0/+313
### TL;DR Upgraded Biome to v2.2.0 and added a new AI SDK package for supermemory integration. ### What changed? - Updated Biome configuration with enhanced linting rules and formatting options - Upgraded `@biomejs/biome` from v2.1.3 to v2.2.0 - Added a new `@supermemory/ai-sdk` package with: - Infinite Chat Provider for connecting to various LLM providers with unlimited context - Memory Tools for searching, adding, and fetching memories from supermemory - Comprehensive test suite for both features - Detailed README with usage examples and configuration options - Removed unused ESLint and TypeScript configuration packages ### How to test? 1. Run `bun install` to update dependencies 2. Test the new AI SDK: 3. Verify Biome works with the updated configuration: ### Why make this change? The new AI SDK package provides integration with Vercel's AI SDK, allowing developers to use supermemory's context management with various LLM providers. This enables unlimited context support and memory tools for AI agents. The Biome upgrade brings improved linting and formatting capabilities, enhancing code quality across the project.