mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
This change updates the VertexAiMemoryBankService to utilize the asynchronous interface provided by `vertexai.Client().aio`. This involves: - Retrieving the async client via `_get_api_client().aio`. - Awaiting calls to `generate` and `retrieve`. - Using `async for` to iterate over the results of the `retrieve` method, as it now returns an async iterator Close #4386 Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 867675311