You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workspace/MEMORY.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@
5
5
```
6
6
Message In → L1 MemOS auto-recall
7
7
→ L3 chroma:store (every turn)
8
-
→ L2 proactive-summary (at 65% token usage)
8
+
→ L2 dual-threshold (50% background save → 65% compress)
9
9
→ L4 CRM snapshot (daily 12:00 fallback)
10
10
```
11
11
12
12
| Layer | Engine | How It Works | Your Action |
13
13
|-------|--------|-------------|-------------|
14
14
|**L1: MemOS**| Structured memory | Auto-injects past memories at conversation start, auto-captures BANT/commitments/objections at end | Read what it gives you |
15
-
|**L2: Proactive Summary**|Token monitoring |Compresses at 65% context usage via haiku-class model. Zero info loss on numbers/quotes/commitments | Embed key-data summary past 20 turns |
16
-
|**L3: ChromaDB**| Per-turn vector store | Every turn stored with customer_id isolation + auto-tagging (quotes, commitments, objections)| Use `chroma:search` before outreach |
15
+
|**L2: Proactive Summary**|Dual-threshold monitoring |**50%**: background save key facts to ChromaDB (non-blocking). **65%**: full compression via haiku-class model. Zero info loss on numbers/quotes/commitments | Embed key-data summary past 20 turns |
16
+
|**L3: ChromaDB**| Per-turn store | Every turn stored with customer_id isolation + auto-tagging. Search uses recency-weighted ranking| Use `chroma:search` before outreach |
17
17
|**L4: CRM Snapshot**| Daily backup | 12:00 daily pipeline snapshot to ChromaDB as disaster recovery | None — automatic |
18
18
19
19
## Operating Rules (Every Conversation)
@@ -43,6 +43,7 @@ memory:stats
43
43
chroma:store --customer "+971501234567" --turn 5 --user "price?" --agent "let me quote..." --stage qualifying --topic pricing
0 commit comments