@sanity-labs/nuum 0.2.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,6 +4,8 @@ An AI coding agent with **"infinite memory"** — continuous context across sess
4
4
 
5
5
  *Nuum* — from "continuum" — maintains persistent memory across conversations, learning your codebase, preferences, and decisions over time.
6
6
 
7
+ 📖 **[How We Solved the Agent Memory Problem](https://www.sanity.io/blog/how-we-solved-the-agent-memory-problem)** — the full technical deep-dive on why agents forget and how Nuum fixes it.
8
+
7
9
  ## Quick Start
8
10
 
9
11
  ```bash
@@ -41,7 +43,7 @@ nuum --db ./project.db --repl # Custom database
41
43
 
42
44
  Nuum currently runs in **full autonomy mode** — no permission prompts, no confirmations. It was created for [Miriad](https://miriad.systems) as an embedded agent engine, typically running in containerized environments where the host platform manages security.
43
45
 
44
- **Why we built this:** We were frustrated with how traditional coding agents seem to suffer some kind of contextual collapse after prolonged use — getting mixed up, repeating mistakes, losing track of decisions. Nuum explores how to keep agents effective indefinitely through recursive memory compression and persistent knowledge.
46
+ **Why we built this:** We were frustrated with how traditional coding agents seem to suffer some kind of contextual collapse after prolonged use — getting mixed up, repeating mistakes, losing track of decisions. Nuum explores how to keep agents effective indefinitely through selective, recursive memory compression and active knowledge management.
45
47
 
46
48
  ---
47
49
 
@@ -149,7 +151,7 @@ Nuum has a three-tier memory system that mirrors human cognition.
149
151
  │ │
150
152
  │ /identity ─────────────── "Who I am, my nature and relationships" │
151
153
  │ /behavior ─────────────── "How I should operate, user preferences" │
152
- │ /miriad-code
154
+ │ /nuum
153
155
  │ ├── /cast-integration ─ "CAST/Miriad integration notes" │
154
156
  │ ├── /memory │
155
157
  │ │ └── /background-reports-system │