Agent Sandbox with ADK agent#195
Conversation
|
Hi @ArthurKamalov. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
✅ Deploy Preview for agent-sandbox ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/ok-to-test |
| def execute_python(code: str): | ||
| with SandboxClient( | ||
| template_name="python-sandbox-template", | ||
| namespace="default" |
There was a problem hiding this comment.
This assumes this exact template already exists in the cluster, but the example didn't mention that
There was a problem hiding this comment.
This is stated on the router installation page, the link to which is provided in the second step.
Co-authored-by: Janet Kuo <chiachenk@google.com>
Co-authored-by: Janet Kuo <chiachenk@google.com>
Co-authored-by: Janet Kuo <chiachenk@google.com>
Co-authored-by: Janet Kuo <chiachenk@google.com>
Co-authored-by: Janet Kuo <chiachenk@google.com>
21105e0 to
7d80c22
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ArthurKamalov, janetkuo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR introduces the guide on how to create an ADK agent to use the sandbox agent as a tool.