Soul
未认领Soul: The Persistent Memory Layer for Multi-Agent Systems. High-performance session orchestration with SQLite-based KV-Cache for MCP. Give your AI agents a soul that never forgets.
安装
npm install n2-soul工具(19 个)
n2_boot
Boot sequence — loads handoff, entities, core memory, agents, KV-Cache
n2_brain_read
Read from shared memory
n2_brain_write
Write to shared memory
n2_context_search
Search across brain + ledger
n2_core_read
Read agent-specific core memory
n2_core_write
Write to agent-specific core memory
n2_entity_search
Search entities by keyword or type
n2_entity_upsert
Add/update entities (auto-merge attributes)
n2_kv_backup
Backup to portable SQLite DB
n2_kv_backup_list
List backup history
n2_kv_gc
Garbage collect old snapshots
n2_kv_load
Load most recent snapshot
n2_kv_restore
Restore from backup
n2_kv_save
Manually save KV-Cache snapshot
n2_kv_search
Search past sessions by keyword
n2_work_claim
Claim file ownership (prevents collisions)
n2_work_end
End session — writes ledger, handoff, entities, insights, KV-Cache
n2_work_log
Log file changes during work
n2_work_start
Register active work session