docs: add scoped memory and knowledge bridge RFC#274
Closed
esafwan wants to merge 2 commits into
Closed
Conversation
This was referenced May 27, 2026
…d phase plan - Status changed from Discussion to Active - Three live backends documented (sqlite_fts, sqlite_vec, chroma) - Phase 1 (PR #275) marked implemented - Phases 2-5 defined with learning profiles and learning agent design - Reference architecture section added (Agno, Hindsight, Mem0) - Points to new zero-to-hero and phase-plan docs in feature/scoped-memory-core
53efd1d to
ab0f005
Compare
Contributor
Author
|
Superseded by the unified implementation in PR #282. All the code and concepts from this PR have been integrated into that branch, alongside fully functioning background learning agents and hybrid search backends. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a documentation-only RFC for the proposed bridge between HUF conversation data management, scoped memory/data records, Knowledge Sources, Agno-style retrieval architecture, and Hindsight-style long-term memory.
The RFC is intended as a self-contained discussion document for product and engineering refinement.
Why
Current HUF concepts are adjacent but not fully connected:
This document proposes a clean separation:
Key proposal
Related PRs
After this PR is opened, #178 and #225 should be updated to reference this bridge RFC as the connecting architecture.
Testing
Documentation-only change.
No runtime code, schema, or frontend files were changed.