fix(docs): correct A2UI pip package name to a2ui-agent-sdk#1520
fix(docs): correct A2UI pip package name to a2ui-agent-sdk#1520zeroasterisk wants to merge 1 commit intogoogle:mainfrom
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
koverholt
left a comment
There was a problem hiding this comment.
Thanks for the fix, changes LGTM.
There is a commit author/email that is not covered by the CLA, which is why that CI check is failing. Please add them to a CLA, or rebase the author emails in the commits, or open a new PR with authors covered by CLA.
docs/integrations/a2ui.md
Outdated
|
|
||
| ```bash | ||
| pip install a2ui | ||
| pip install a2ui-agent |
There was a problem hiding this comment.
The package name was changed to a2ui-agent-sdk because a2ui-agent was taken on pypi: https://pypi.org/project/a2ui-agent/.
The initial release: https://pypi.org/project/a2ui-agent-sdk/.
The A2UI Python SDK is published on PyPI as `a2ui-agent-sdk`, not `a2ui`. Fixes the install command and the PyPI link in the resources section.
Head branch was pushed to by a user without write access
93f2e86 to
b09b402
Compare
|
Moved to #1541 with the @zeroasterisk's CLA-signed account. |
|
replaced by: #1541 closing |
The A2UI Python SDK is published on PyPI as
a2ui-agent-sdk, nota2ui.This PR fixes two places in
docs/integrations/a2ui.md:pip install a2ui→pip install a2ui-agent-sdkcc @nanyu