How to persist Session and Memory? #27
-
|
Hello, I'm a web dev who's new to ADK, excited to learn about it. How to persist Session and Memory to a database? Based on the docs and current source code, the TypeScript version seems to only support |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello there! Great to have you exploring the ADK. You are correct—currently, the TypeScript version only supports InMemorySessionService and InMemoryMemoryService. Since we are in the early stages, we focused on these to get the core framework stabilized. Supporting persistent storage (such as SQL databases) is a high priority on our roadmap. We plan to prioritize the development of DatabaseSessionService and related storage providers in early 2026. Thanks for your patience and for digging into the source code! |
Beta Was this translation helpful? Give feedback.
Hello there! Great to have you exploring the ADK.
You are correct—currently, the TypeScript version only supports InMemorySessionService and InMemoryMemoryService. Since we are in the early stages, we focused on these to get the core framework stabilized.
Supporting persistent storage (such as SQL databases) is a high priority on our roadmap. We plan to prioritize the development of DatabaseSessionService and related storage providers in early 2026.
Thanks for your patience and for digging into the source code!