Skip to content

Commit 76b9616

Browse files
yinghsienwucopybara-github
authored andcommitted
docs: Communicate on upcoming updates in the next major version
PiperOrigin-RevId: 956013944
1 parent e689f0e commit 76b9616

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

README.rst

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,25 @@ Google Gemini Enterprise Agent Platform SDK for Python
33

44
|GA| |pypi| |versions| |unit-tests| |system-tests| |sample-tests|
55

6-
> **Note:** The Gemini Enterprise Agent Platform was formerly known as
7-
> Vertex AI.
8-
9-
> **Note:** The **agent_engines** module will be rebranded as **runtimes** in
10-
> an upcoming major release (not before 7/31/2026). See [Agent Runtime](https://docs.cloud.google.com/gemini-enterprise-agent-platform/scale#agent-runtime) for details.
11-
6+
> [!NOTE]
7+
> The Gemini Enterprise Agent Platform was formerly known as Vertex AI.
8+
>
9+
> [!WARNING]
10+
> **Upcoming Rebranding:**
11+
> The `agent_engines` module will be rebranded as `runtimes` in an upcoming major release (not before 7/31/2026). See [Agent Runtime](https://docs.cloud.google.com/gemini-enterprise-agent-platform/scale#agent-runtime) for details.
12+
> Additionally, the `sandboxes`, `sessions`, and `memory_banks` modules will be moved directly under the top-level `client` object:
13+
>
14+
> | Current method | future method |
15+
> | --- | --- |
16+
> | `client.agent_engines.sandboxes` | `client.sandboxes` |
17+
> | `client.agent_engines.sandboxes.snapshots` | `client.sandboxes.snapshots` |
18+
> | `client.agent_engines.sandboxes.templates` | `client.sandboxes.templates` |
19+
> | `client.agent_engines.sessions` | `client.sessions` |
20+
> | `client.agent_engines.sessions.events` | `client.sessions.events` |
21+
> | `client.agent_engines.runtimes.revisions` | `client.runtimes.revisions` |
22+
> | `client.agent_engines.memories` | `client.memory_banks` |
23+
>
24+
> To avoid unexpected updates, pin the SDK version to `< 2.0.0`.
1225

1326
`Gemini Enterprise Agent Platform`_: Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern and optimize agents.
1427

0 commit comments

Comments
 (0)