One change
environments
managed-agents/environments
Nearest release: v2.1.239, published 2 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
managed-agents/environments Changed · +5 / -7 lines
from line 161
``` ```bash CLI - ant beta:sessions create \ - --agent "$AGENT_ID" \ - --environment-id "$ENVIRONMENT_ID" + ant beta:sessions create --agent "$AGENT_ID" --environment-id "$ENVIRONMENT_ID" ``` ```python Python
from line 388
| Field | Package manager | Example | | ------- | ------------------------- | ------------------------------------------- | -| `apt` | System packages (apt-get) | `"ffmpeg"` | -| `cargo` | Rust (cargo) | `"[email protected]"` | +| `apt` | System packages (apt-get) | `"graphviz"` | +| `cargo` | Rust (cargo) | `"[email protected]"` | | `gem` | Ruby (gem) | `"rails:7.1.0"` | | `go` | Go modules | `"golang.org/x/tools/cmd/goimports@latest"` | | `npm` | Node.js (npm) | `"[email protected]"` | -| `pip` | Python (pip) | `"pandas==2.2.0"` | +| `pip` | Python (pip) | `"sqlalchemy==2.0.30"` | ### Networking
from line 720
## Pre-installed runtimes -Cloud sandboxes include common runtimes out of the box. See [Cloud sandbox reference](https://platform.claude.com/docs/en/managed-agents/cloud-sandboxes-reference) for the full list of pre-installed languages, databases, and utilities. +Cloud sandboxes include common language runtimes, databases, and command-line tools out of the box. See [Cloud sandbox reference](https://platform.claude.com/docs/en/managed-agents/cloud-sandboxes-reference) for the full list. ## Next steps