Skip to content

Commit 36136af

Browse files
docs: updated the agent-engine deploy docs (#467)
Co-authored-by: Lavi Nigam <[email protected]>
1 parent ecc1a59 commit 36136af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/deploy/agent-engine.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ app = reasoning_engines.AdkApp(
7171
)
7272
```
7373

74+
!!!info
75+
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.
76+
7477
### Try your agent locally
7578

7679
You can try it locally before deploying to Agent Engine.

0 commit comments

Comments
 (0)