Add two-stage IdentityDB memory extraction for BoxBrain conversations #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
When BoxBrain conversations happen, we want to update IdentityDB based on the inbound/outbound content — but not by sending every message directly into the extractor.
Instead, add a two-stage pipeline:
Goals
Suggested implementation notes
Out of scope for this issue