v3.1.0 — 4-Layer Anti-Amnesia Architecture
What's New in v3.1.0
4-Layer Anti-Amnesia System (v2.0)
Your AI SDR now has a complete 4-layer memory system — it never forgets a customer, a quote, or a commitment.
Message In → L1 MemOS auto-recall (structured memory injection)
→ L3 ChromaDB per-turn store (customer-isolated, auto-tagged)
→ L2 Proactive Summary at 65% tokens (haiku compression)
→ L4 CRM Snapshot daily 12:00 (disaster recovery fallback)
| Layer | Engine | What It Does |
|---|---|---|
| L1: MemOS | Structured memory | Auto-extracts BANT, commitments, objections every turn |
| L2: Proactive Summary | Token monitoring | Compresses at 65% context usage, all numbers preserved verbatim |
| L3: ChromaDB | Per-turn vector store | Every turn stored with customer_id isolation + auto-tags |
| L4: CRM Snapshot | Daily backup | Pipeline state backup as disaster recovery fallback |
New Files
skills/chroma-memory/— Per-turn conversation storage with customer isolation, auto-tagging (quotes, commitments, objections, orders, samples), and CRM snapshot capabilityscripts/proactive-summary.mjs— Token usage monitoring + haiku-class compression trigger
Updated Workspace (7-Layer Context System)
- MEMORY.md — Full 4-layer operating protocol with data flow diagram, command reference, and priority matrix
- SOUL.md — 7-rule Memory Protocol (up from 5) with ChromaDB integration
- AGENTS.md — 4-layer memory management embedded in sales workflow
- HEARTBEAT.md — Now 12 automated checks (added Memory Health + CRM Snapshot)
- TOOLS.md — ChromaDB tool documentation added
- ANTI-AMNESIA.md — Upgraded to v2.0 with L4 chapter and 4-layer integration flow
Deployment Updates
chromadbadded to core skill profile (auto-installed)config.sh.examplenow includes ChromaDB configuration options- Compatible with OpenClaw container-per-tenant deployment
Full Changelog
721f120feat: upgrade to 4-layer anti-amnesia architecture (v2.0)92e6aeffeat: wire anti-amnesia operating protocol into workspace MD files624af79feat: add 3-layer Anti-Amnesia system for persistent customer memory83406f7security: comprehensive hardening based on production audit6585c97feat: open dmPolicy by default + control dashboard access3bf6b0efeat: upgrade to 10-stage pipeline with full automationef81d89fix: add missing CRM Entry stage to all 8 README translationscfbf869docs: add 8-language README support4f57b92Add ClawHub one-command install + fix git clone URLsc75a858Initial release: B2B SDR Agent Template
Quick Start:
# OpenClaw users
clawhub install b2b-sdr-agent
# Full deployment
git clone https://github.com/iPythoning/b2b-sdr-agent-template.git
cd b2b-sdr-agent-template/deploy
cp config.sh.example config.sh
# Edit config.sh, then:
./deploy.sh my-company