Find a file
Shreyans Jain 8ff3c75847
Add AI SDK Utilities (#375)
### 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.
2025-08-21 22:39:07 +05:30
apps/web Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00
packages Add AI SDK Utilities (#375) 2025-08-21 22:39:07 +05:30
.gitignore New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
.npmrc New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
biome.json Add AI SDK Utilities (#375) 2025-08-21 22:39:07 +05:30
bun.lockb Add AI SDK Utilities (#375) 2025-08-21 22:39:07 +05:30
CLAUDE.md New Version of Supermemory Consumer App 2025-08-16 18:50:10 -07:00
CONTRIBUTE.md added usage notes 2025-08-16 20:15:39 -07:00
LICENSE Update LICENSE 2025-08-16 20:01:44 -07:00
logo.svg chore: new README with archival notice 2025-05-18 18:54:06 +05:30
package.json Add AI SDK Utilities (#375) 2025-08-21 22:39:07 +05:30
README.md added usage notes 2025-08-16 20:15:39 -07:00
turbo.json Enhanced Text Editor and format fixes with biome (#371) 2025-08-21 08:40:44 -07:00

supermemory Logo
supermemory

Features

Core Functionality

How do i use this?

Go to app.supermemory.ai and sign into with your account

  1. Start Adding Memory with your choose of format (Note, Link, File)
supermemory
  1. You can also Connect to your favourite services (Notion, Google Drive, OneDrive)
supermemory
  1. Once Memories are added, you can chat with Supermemory by clicking on "Open Chat" and retrieve info from your saved memories
supermemory
  1. Add MCP to your AI Tools (by clicking on "Connect to your AI" and select the AI tool you are trying to integrate)
supermemory

Support

Have questions or feedback? We're here to help:

Contributing

We welcome contributions from developers of all skill levels! Whether you're fixing bugs, adding features, or improving documentation, your help makes supermemory better for everyone.

Quick Start for Contributors

  1. Fork and clone the repository
  2. Install dependencies with bun install
  3. Set up your environment by copying .env.example to .env.local
  4. Start developing with bun run dev

For detailed guidelines, development setup, coding standards, and the complete contribution workflow, please see our Contributing Guide.

Ways to Contribute

  • 🐛 Bug fixes - Help us squash those pesky issues
  • New features - Add functionality that users will love
  • 🎨 UI/UX improvements - Make the interface more intuitive
  • Performance optimizations - Help us make supermemory faster

Check out our Issues page for good first issue and help wanted labels to get started!

Updates & Roadmap

Stay up to date with the latest improvements: