You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor agentic memory
Signed-off-by: Yaliang Wu <[email protected]>
* fix namespace issue
Signed-off-by: Yaliang Wu <[email protected]>
* add more details to tutorial doc
Signed-off-by: Yaliang Wu <[email protected]>
* add trace data
Signed-off-by: Yaliang Wu <[email protected]>
* remove long term memory index mapping
Signed-off-by: Yaliang Wu <[email protected]>
* add index setting
Signed-off-by: Yaliang Wu <[email protected]>
* add flag to disable session and history
Signed-off-by: Yaliang Wu <[email protected]>
* Working memory related APIs (opensearch-project#4188)
* Aligning agentic memory user experience with Bedrock AgentCore Memory
* Rename type to strategy
Signed-off-by: Sicheng Song <[email protected]>
* Working memory related APIs
Signed-off-by: Sicheng Song <[email protected]>
---------
Signed-off-by: Sicheng Song <[email protected]>
* fix unit test
Signed-off-by: Yaliang Wu <[email protected]>
* fix bugs
Signed-off-by: Yaliang Wu <[email protected]>
* fix unit test
Signed-off-by: Yaliang Wu <[email protected]>
* fix unit test
Signed-off-by: Yaliang Wu <[email protected]>
* add backendrole in container for access control and update memory container API (opensearch-project#4206)
Signed-off-by: Xun Zhang <[email protected]>
* tune code
Signed-off-by: Yaliang Wu <[email protected]>
* fix get working memory api
Signed-off-by: Yaliang Wu <[email protected]>
* fix update memory container
Signed-off-by: Yaliang Wu <[email protected]>
* fix system memory index; add owner id field
Signed-off-by: Yaliang Wu <[email protected]>
* add search memory containers api
Signed-off-by: Yaliang Wu <[email protected]>
* enhance get/update/delete memory api to support all memory data
Signed-off-by: Yaliang Wu <[email protected]>
* enhance search memory api to support all memory data
Signed-off-by: Yaliang Wu <[email protected]>
* Further refactor on working memory related class (opensearch-project#4208)
Signed-off-by: Sicheng Song <[email protected]>
* fix failed ut in common module
Signed-off-by: Yaliang Wu <[email protected]>
* fix failed ut in plugin module
Signed-off-by: Yaliang Wu <[email protected]>
* set use_system_index default as true
Signed-off-by: Yaliang Wu <[email protected]>
* fix null exception for adding conversational memory when infer as false
Signed-off-by: Yaliang Wu <[email protected]>
* add more fields to memory history
Signed-off-by: Yaliang Wu <[email protected]>
* add error to memory history if failed to extract long term memory
Signed-off-by: Yaliang Wu <[email protected]>
* fix unit test for plugin module
Signed-off-by: Yaliang Wu <[email protected]>
* fix session index not created bug for working memory
Signed-off-by: Yaliang Wu <[email protected]>
* tune memory history before/after
Signed-off-by: Yaliang Wu <[email protected]>
* fix failed ut; tune memory history
Signed-off-by: Yaliang Wu <[email protected]>
* allow custom prompt in the memory strategy (opensearch-project#4216)
Signed-off-by: Xun Zhang <[email protected]>
* tune messages to support multiple LLM
Signed-off-by: Yaliang Wu <[email protected]>
* support multiple LLM
Signed-off-by: Yaliang Wu <[email protected]>
* fix ut
Signed-off-by: Yaliang Wu <[email protected]>
* support USER_PREFERENCE and SUMMARY strategies (opensearch-project#4217)
* fix customer index bug when no prefix
* support USER_PREFERENCE and SUMMARY strategies
* fix bug when generating multiple strategies
* run spotlessApply
Signed-off-by: Yaliang Wu <[email protected]>
* revert MLAddMemoriesInput to not fail ut
Signed-off-by: Yaliang Wu <[email protected]>
* fix failed ut
Signed-off-by: Yaliang Wu <[email protected]>
* put memory to before field for delete history event
Signed-off-by: Yaliang Wu <[email protected]>
* Add UT coverages (opensearch-project#4223)
* Add more UT coverages (opensearch-project#4224)
* use LLM to summarize session
Signed-off-by: Yaliang Wu <[email protected]>
* fix failed UT
Signed-off-by: Yaliang Wu <[email protected]>
* Add a generic delete by query API (opensearch-project#4225)
* remove get/delete working memory API
Signed-off-by: Yaliang Wu <[email protected]>
* use correct thread pool
Signed-off-by: Yaliang Wu <[email protected]>
* remove duplicate error constant
Signed-off-by: Yaliang Wu <[email protected]>
* fix failed ut
Signed-off-by: Yaliang Wu <[email protected]>
---------
Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Sicheng Song <[email protected]>
Signed-off-by: Xun Zhang <[email protected]>
Co-authored-by: Sicheng Song <[email protected]>
Co-authored-by: Xun Zhang <[email protected]>
0 commit comments