Skip to content

Commit fa2dde9

Browse files
Various fixes
1 parent b2b3477 commit fa2dde9

1 file changed

Lines changed: 11 additions & 25 deletions

File tree

docs/deploy/agent-runtime/deploy.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ For `region`, you can find a list of the supported regions on the
184184
185185
To learn about the CLI options for the `adkgo deploy agentengine` command you can run `adkgo help deploy agentengine` which will display available options.
186186
The most important are:
187-
```
188-
-e, --entry_point_path string Path to an entry point (go 'main')
189-
-s, --name string Agent Engine name
190-
-p, --project_name string GCP Project Name
191-
-r, --region string GCP Region
192-
-d, --source_dir string Directory to archive, defaults to current working directory
187+
```shell
188+
-e, --entry_point_path string Path to an entry point (go 'main')
189+
-s, --name string Agent Engine name
190+
-p, --project_name string GCP Project Name
191+
-r, --region string GCP Region
192+
-d, --source_dir string Directory to archive, defaults to current working directory
193193
```
194194
195195
@@ -210,26 +210,12 @@ Once successfully deployed, you should see the following output:
210210
211211
=== "Go"
212212
```shell
213-
Computing flags & preparing temp : Starting
214-
> [Using temp dir: /tmp/agentEngine_20260424_141040__2470352066]
215-
216-
Computing flags & preparing temp : Finished successfully
217-
Preparing Dockerfile : Starting
218-
> [Writing: /tmp/agentEngine_20260424_141040__2470352066/Dockerfile]
219-
220-
Preparing Dockerfile : Finished successfully
221-
Creating source archive : Starting
222-
> [Creating: /tmp/agentEngine_20260424_141040__2470352066/archive.tgz]
223-
> [Running : /usr/bin/tar -czf /tmp/agentEngine_20260424_141040__2470352066/archive.tgz -C . --exclude=.git --exclude=adkgo . -C /tmp/agentEngine_20260424_141040__2470352066 Dockerfile]
224-
225-
Creating source archive : Finished successfully
226-
Deploying to Agent Engine : Starting
227-
> [Methods: [{"api_mode":"async","description":"Creates a new session.
228-
<redacted for brevity>]
229-
> [Sending CreateReasoningEngine request...]
230-
> [Waiting for operation to complete...]
213+
Computing flags & preparing temp : Starting
214+
215+
...
216+
231217
> [Deployed Reasoning Engine: projects/887748635400/locations/us-central1/reasoningEngines/751619551677906944]
232-
> [Display Name: main]
218+
> [Display Name: simpleText]
233219
234220
Deploying to Agent Engine : Finished successfully
235221
Cleaning temp : Starting

0 commit comments

Comments
 (0)