I added self-hostable memory backend support for google adk using openmemory #3388
rakshith-git
started this conversation in
Show and tell
Replies: 1 comment
-
|
is it working like InMemoryService by adk, i can see whole conversation being pushed to <PAST_CONVERSATION> tag just like In memory service. can we define scope like we do in vertex memory bank where agent decides which part of conversation is worth saving as memory. |
Beta Was this translation helpful?< FD9E /span> Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! Just finished my first major contribution pull request to Google's ADK and wanted to share.
What I built: Self-hosted memory backend support using OpenMemory - basically giving AI agents long-term memory without needing cloud services and it works exactly like Vertex AI memory bank.
ADK only supported Vertex AI memory before, which meant you needed Google Cloud to give your agents memory. Now you can run everything locally or on your own infrastructure.





Here's the usage - super simple:
Or just use the CLI:
adk web agents_dir --memory_service_uri="openmemory://localhost:3000"Cool features:
Install:
This is my first big open source contribution so any feedback would be awesome
Beta Was this translation helpful? Give feedback.
All reactions