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
To interact with the agent-sandbox programmatically from Go, use the Go SDK:
104
+
105
+
```sh
106
+
go get sigs.k8s.io/agent-sandbox/clients/go/sandbox@latest
107
+
```
108
+
109
+
The Go SDK currently ships from the repository's root Go module, so repository release tags such as `v0.1.0` are also the Go SDK versions.
110
+
For detailed installation and usage instructions, please refer to the [Go SDK README](clients/go/README.md).
111
+
101
112
### Python SDK
102
113
103
114
To interact with the agent-sandbox programmatically, you can use the Python SDK. This client library provides a high-level interface for creating and managing sandboxes.
0 commit comments