FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
cathedral-memory is now on npm — persistent memory for JS/TS AI agents
How-ToWeb Development

cathedral-memory is now on npm — persistent memory for JS/TS AI agents

via Dev.to JavaScriptMike W3h ago

Your AI agent forgets everything when the context resets. Cathedral fixes that. The official JS/TypeScript SDK is now live on npm: npm install cathedral-memory Zero dependencies. Node.js 18+. CommonJS and ESM both supported. Full TypeScript types included. Quickstart import { CathedralClient } from " cathedral-memory " ; const { client } = await CathedralClient . register ( " MyAgent " , " A helpful assistant " ); const ctx = await client . wake (); console . log ( ctx . core_memories ); await client . remember ({ content : " User prefers dark mode " , category : " relationship " , importance : 0.8 }); What's included wake() — full memory reconstruction at session start remember() / memories() — store and semantic search drift() — tamper detection snapshot() — named checkpoints logBehaviour() — audit trail compact() — prune stale memories verifyExternal() — cross-check with external behavioural data Try live (no signup): https://cathedral-ai.com/playground Python: pip install cathedral

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
0 views

Related Articles

Building an MCP Server for Your Own Tools
How-To

Building an MCP Server for Your Own Tools

Medium Programming • 32m ago

[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One
How-To

[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One

Medium Programming • 53m ago

RHAPSODY OF REALITIES - 26TH MARCH 2026
"In Nehemiah’s day, as the people built the wall of…
How-To

RHAPSODY OF REALITIES - 26TH MARCH 2026 "In Nehemiah’s day, as the people built the wall of…

Medium Programming • 1h ago

How to Actually Make Money with a "Free" App
How-To

How to Actually Make Money with a "Free" App

Medium Programming • 1h ago

How-To

Building a Runtime with QuickJS

Lobsters • 2h ago

Discover More Articles