Skip to content

v3.1.0 — 4-Layer Anti-Amnesia Architecture

Choose a tag to compare

@iPythoning iPythoning released this 30 Mar 12:24
· 402 commits to main since this release

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 capability
  • scripts/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

  • chromadb added to core skill profile (auto-installed)
  • config.sh.example now includes ChromaDB configuration options
  • Compatible with OpenClaw container-per-tenant deployment

Full Changelog

  • 721f120 feat: upgrade to 4-layer anti-amnesia architecture (v2.0)
  • 92e6aef feat: wire anti-amnesia operating protocol into workspace MD files
  • 624af79 feat: add 3-layer Anti-Amnesia system for persistent customer memory
  • 83406f7 security: comprehensive hardening based on production audit
  • 6585c97 feat: open dmPolicy by default + control dashboard access
  • 3bf6b0e feat: upgrade to 10-stage pipeline with full automation
  • ef81d89 fix: add missing CRM Entry stage to all 8 README translations
  • cfbf869 docs: add 8-language README support
  • 4f57b92 Add ClawHub one-command install + fix git clone URLs
  • c75a858 Initial 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