From cfa3f6a156ae999b7241371523987d2e15213948 Mon Sep 17 00:00:00 2001 From: kalio007 Date: Tue, 1 Jul 2025 17:52:33 +0100 Subject: [PATCH] docs: updated the agent-engine deploy docs --- docs/deploy/agent-engine.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/deploy/agent-engine.md b/docs/deploy/agent-engine.md index 55178d22a..2ec930514 100644 --- a/docs/deploy/agent-engine.md +++ b/docs/deploy/agent-engine.md @@ -71,6 +71,9 @@ app = reasoning_engines.AdkApp( ) ``` +!!!info + When an AdkApp is deployed to Agent Engine, it automatically uses `VertexAiSessionService` for persistent, managed session state. This provides multi-turn conversational memory without any additional configuration. For local testing, the application defaults to a temporary, in-memory session service. + ### Try your agent locally You can try it locally before deploying to Agent Engine.