Skip to content

supermemoryai/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supermemory Examples

Example apps built with Supermemory and SMFS. Each example is a standalone, runnable project you can clone and try.

Example Description Stack
Legal Docs Assistant Ingest contracts, query them with semantic search Python, supermemory-bash, Anthropic SDK
Docs Answering Agent Ingest documentation, answer questions about it TypeScript, @supermemory/bash, Vercel AI SDK
Customer Support Agent Per-customer memory for support ticket drafting Python, supermemory-bash, Anthropic SDK

Getting started

  1. Get a Supermemory API key
  2. Get an Anthropic API key
  3. Pick an example, follow its README

How SMFS works

SMFS gives your agent a filesystem backed by Supermemory. The agent uses standard bash commands (ls, cat, echo, grep) to read and write files. Writes sync to Supermemory automatically. sgrep does semantic search across all files.

Two flavors:

  • Mount (smfs binary) — real FUSE/NFS mount for agents with filesystem access
  • Bash Tool (@supermemory/bash / supermemory-bash) — virtual bash for serverless and edge runtimes

These examples use the Bash Tool. See the SMFS docs for the full picture.

About

Examples for supermemory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors