Define APIs and models for new episodic/event memory#1199
Open
edwinyyyu wants to merge 42 commits intoMemMachine:mainfrom
Open
Define APIs and models for new episodic/event memory#1199edwinyyyu wants to merge 42 commits intoMemMachine:mainfrom
edwinyyyu wants to merge 42 commits intoMemMachine:mainfrom
Conversation
c292ae4 to
9652499
Compare
26 tasks
8e44849 to
677b183
Compare
cd47f64 to
5d83470
Compare
07ba8e8 to
6feb24b
Compare
malatewang
reviewed
Mar 13, 2026
Contributor
malatewang
left a comment
There was a problem hiding this comment.
Let put vector store to a separate PR
9d4987e to
21fc072
Compare
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
7eb8929 to
05d8d45
Compare
Contributor
Author
|
Updating properties processing to allow external system-defined fields. |
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
8c083d0 to
96a9f29
Compare
Signed-off-by: Edwin Yu <edwinyyyu@gmail.com>
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.
Purpose of the change
Motivation:
Description
Based on #1291.
Changes:
each segment comes from exactly one episode
each derivative comes from exactly one segment
alternative considered: many-to-many segments-to-derivatives
Approach to deletion:
Scoping:
by partition key: should allow sharding and horizontal scaling
this memory will be parallel to
DeclarativeMemoryDecisions to make:
POC:
Type of change
Will eventually be breaking or require new API.
How Has This Been Tested?
APIs and data models not tested.
Checklist
Maintainer Checklist