Memory for AI Agents

Persistent, structured memory that makes your AI agents smarter over time. Store patterns, recall context, and build institutional knowledge.

Get Started Free

How It Works

💾
01

Store

Your agents learn patterns during execution. Store them with domain, confidence, and evidence.

🔍
02

Recall

Query memories by domain or full-text search. Your agent gets smarter every session.

📈
03

Evolve

Patterns auto-decay if not reinforced. Knowledge that matters rises. Noise fades.

Quick Start

import { CacheBashMemory } from '@rezzed.ai/memory';

const memory = new CacheBashMemory({
  apiKey: process.env.CACHEBASH_API_KEY,
  programId: 'my-agent',
});

// Store a learned pattern
await memory.store({
  id: 'pat-001',
  domain: 'customer-support',
  pattern: 'Users asking about billing prefer step-by-step guides over FAQ links',
  confidence: 0.85,
  evidence: 'Observed in 23/30 support interactions this week',
});

// Recall relevant memories
const patterns = await memory.recall({ domain: 'customer-support' });

Pricing

Free

$0/mo
  • Patterns50
  • Domains5
  • Decay ConfigDefault
  • API Rate Limit100/day
  • SupportCommunity
Start Free
Most Popular

Pro

$29/mo
  • Patterns5,000
  • DomainsUnlimited
  • Decay ConfigCustom
  • API Rate Limit10,000/day
  • SupportPriority
Upgrade to Pro

Enterprise

Custom
  • PatternsUnlimited
  • DomainsUnlimited
  • Decay ConfigCustom
  • API Rate LimitCustom
  • SupportDedicated
Contact Us

Ready to give your agents memory?