You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent_sdks/agent_sdk_guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ Create the helper utilities to wrap JSON in transport Parts (if needed for your
262
262
263
263
### Step 5: Sample Applications
264
264
265
-
Create a simple sample (like a command-line agent or local server) to verify that the SDK works end-to-end. Refer to the reference Python samples (e.g., `samples/agent/adk/contact_lookup`) for inspiration.
265
+
Create a simple sample (like a command-line agent or local server) to verify that the SDK works end-to-end. Refer to the reference Python samples (e.g., `samples/agent/adk/restaurant_finder`) for inspiration.
266
266
267
267
> [!IMPORTANT]
268
268
> Keep the SDK idiomatic to your language. Don't force Python-isms if it doesn't make sense (e.g., use builder patterns in Java/Kotlin or macros in C++ if they are more ergonomic).
Copy file name to clipboardExpand all lines: agent_sdks/python/README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,21 +77,7 @@ uv run pyink .
77
77
78
78
## Releasing the SDK
79
79
80
-
To release a new version of the SDK, follow these steps:
81
-
82
-
1. Update the version in `src/a2ui/version.py`.
83
-
2. Run the release script from the `agent_sdks/python` directory:
84
-
85
-
```bash
86
-
./release.sh
87
-
```
88
-
89
-
The script will build the package, upload it to the Artifact Registry, and trigger the release pipeline.
90
-
91
-
## Tracking the release
92
-
93
-
1. Check the release status through Sponge: go/spng2?q=PROJECT%3Aa2ui%2Fpypi
94
-
2. You will see logs for the jobs involved in your release. A successful release is confirmed when the final job, named "publisher", completes successfully.
0 commit comments