Files
BoxBrain/CHANGELOG.md
Shinwoo PARK 4baf056cd9
All checks were successful
npm release / verify (push) Successful in 13s
npm release / publish to npm (push) Successful in 11s
feat: add conversation memory pipeline
2026-05-11 23:12:02 +09:00

13 lines
469 B
Markdown

# 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