feat: add conversation memory pipeline
All checks were successful
npm release / verify (push) Successful in 13s
npm release / publish to npm (push) Successful in 11s

This commit is contained in:
2026-05-11 23:12:02 +09:00
parent baea23b8b0
commit 4baf056cd9
5 changed files with 506 additions and 2 deletions

12
CHANGELOG.md Normal file
View File

@@ -0,0 +1,12 @@
# Changelog
## 0.1.1
- add an optional two-stage conversation memory pipeline with classifier and extractor models
- store approved inbound and first-pass outbound memories back into the persona IdentityDB space with turn-trace metadata
- skip re-persisting exact duplicate extracted memories by domain and statement
- expose the new conversation memory pipeline through the public `conversation` module exports
## 0.1.0
- initial public BoxBrain framework release