Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/deploy/agent-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down