feat: add powermem as a longtermmemory provider #1086
+616
−0
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.
AgentScope Version
The main branch of AgentScope
Description
Added PowerMem integration as a new long-term memory backend for AgentScope.
Changes Made:
PowerMemLongTermMemoryclass supporting OceanBase/seekdb as vector storeHow to Test:
docker run -d --name oceanbase-ce --cpus=2 --memory=4g -p 2881:2881 quay.io/oceanbase/oceanbase-ce:latest.envfile with API keys and database settingspython examples/functionality/long_term_memory/powermem/memory_example.pySELECT * FROM powermem.memories;Tested on OceanBase-CE 4.3.5.5 and seekdb .
Checklist
Please check the following items before code is ready to be reviewed.
pre-commit run --all-filescommand