Draft
Conversation
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Contributor
|
Contributor
Author
Yea there is a LLM based extraction step here: However there isn't a "consolidation" step which means before inserting memory directly after extraction, find relevant entries in the db, show them to another LLM and ask it to update / add these entries, this is commonly done in e.g. Vertex AI memory bank. I marked that in the limitations section but that will be more complicated to do.
With this PR if you enable memory on declarative agents you only use the kagent memory store, for those two options you can use BYO for now. But I'm working on refactoring the interface for extending to other memory stores I'll also think about if we can allow things like Vertex memory service. |
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.
This is work in progress and meant for community feedback only. For description see #1256. I documented the changes and limitations of the design here and will be updated as more changes are made.