deltamind
dormant prototypeDeltaMind
A Node.js CLI for compacting active context in long-running AI conversations.
Active context compaction for AI agents — store what changed in long-running conversations.
Version
0.1.0
License
MIT
Kind
cli
Languages
typescript, javascript
Lines of code
11,999
Last commit
2026-04-20 (0d ago)
Health signals
Tests: yes README: yes LICENSE: yes Buildable: unknown
Patterns proven here
state-as-memory data-model
Instead of storing entire transcripts, DeltaMind stores only what has changed in the conversation state, allowing for a more compact and queryable representation of the discussion as it evolves.
Why it matters
DeltaMind provides a novel approach to managing the state and provenance of long-running AI conversations, making them more maintainable and understandable as they grow.
Tags
typescriptjavascriptclimcp