Skip to content

Agent Sandbox with ADK agent#195

Merged
k8s-ci-robot merged 10 commits into
kubernetes-sigs:mainfrom
volatilemolotov:code-interpreter-adk
Dec 15, 2025
Merged

Agent Sandbox with ADK agent#195
k8s-ci-robot merged 10 commits into
kubernetes-sigs:mainfrom
volatilemolotov:code-interpreter-adk

Conversation

@ArthurKamalov

Copy link
Copy Markdown
Contributor

This PR introduces the guide on how to create an ADK agent to use the sandbox agent as a tool.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 1, 2025
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions 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.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 1, 2025
@netlify

netlify Bot commented Dec 1, 2025

Copy link
Copy Markdown

Deploy Preview for agent-sandbox ready!

Name Link
🔨 Latest commit 7d80c22
🔍 Latest deploy log https://app.netlify.com/projects/agent-sandbox/deploys/694038285d197b0008c355d0
😎 Deploy Preview https://deploy-preview-195--agent-sandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@janetkuo

janetkuo commented Dec 1, 2025

Copy link
Copy Markdown
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Dec 1, 2025
Comment thread examples/code-interpreter-agent-on-adk/README.md Outdated
Comment thread examples/code-interpreter-agent-on-adk/README.md Outdated
Comment thread examples/code-interpreter-agent-on-adk/README.md Outdated
Comment thread examples/code-interpreter-agent-on-adk/README.md Outdated
Comment thread examples/code-interpreter-agent-on-adk/README.md Outdated
def execute_python(code: str):
with SandboxClient(
template_name="python-sandbox-template",
namespace="default"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assumes this exact template already exists in the cluster, but the example didn't mention that

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is stated on the router installation page, the link to which is provided in the second step.

Comment thread site/content/docs/guides/code-interpreter-agent-on-adk/_index.md Outdated
Comment thread examples/code-interpreter-agent-on-adk/README.md Outdated
ArthurKamalov and others added 6 commits December 15, 2025 16:51
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>

@janetkuo janetkuo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 15, 2025
@k8s-ci-robot

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 15, 2025
@k8s-ci-robot k8s-ci-robot merged commit ca8b983 into kubernetes-sigs:main Dec 15, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

3 participants