-
Notifications
You must be signed in to change notification settings - Fork 49
feat(storage): add conversation memory store substrate #1065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
zhoug9127
wants to merge
24
commits into
lightseekorg:main
from
zhoug9127:feat/conversation-memory-store-substrate
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7679bd5
feat(storage): add conversation memory store substrate
zhoug9127 0996098
fix(memory): align header naming and trim redundant tests
zhoug9127 20bc468
docs(memory): mark request headers as placeholders
zhoug9127 7d32b91
perf(openai): avoid cloning headers for memory context
zhoug9127 2c035f5
fix: tighten memory writer validation and context initialization
zhoug9127 f25a193
fix(storage): gate hook+memory-writer only when ltm store is enabled
zhoug9127 c1641f6
fix(clippy): move openai context tests to end of file
zhoug9127 a7ff412
fix(memory): accept 'on' flag and add targeted API docs
zhoug9127 a18196b
test(config): satisfy nightly rustfmt import ordering
zhoug9127 6d963c7
docs(memory): clarify runtime validation and expand API docs
zhoug9127 3b3add5
docs(memory): raise API doc coverage for router and storage
zhoug9127 dfbc99e
fix(memory): expose header constants and preserve streaming context
zhoug9127 5239b32
test(memory): cover conversation memory writer behavior
zhoug9127 785eb68
merge: sync feat/conversation-memory-store-substrate with origin/main
zhoug9127 01c192f
fix(app_context): enforce memory writer invariants in builder
zhoug9127 2144f06
test(config): cover legacy memory_runtime serde default
zhoug9127 650599b
refactor(memory): dedupe writer validation and trim internal docs
zhoug9127 155b1b0
fix(memory): default missing runtime flags during serde
zhoug9127 fa3f2e0
test(memory): assert all inactive flags for missing headers
zhoug9127 6a1c95a
Merge branch 'main' into feat/conversation-memory-store-substrate
zhoug9127 4fb8d0c
Merge branch 'main' into feat/conversation-memory-store-substrate
zhoug9127 2953e2c
refactor(memory): address PR review comments
zhoug9127 cbae33d
fix(memory): fail fast for unsupported store config
zhoug9127 c82abb7
refactor(memory): centralize headers and dedupe context init
zhoug9127 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.