Agent Sandbox
Description
No longer maintained — active development moved to https://github.com/markpollack/agent-sandbox
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[!IMPORTANT] **This repository is no longer maintained.**
Active development has moved to [markpollack/agent-sandbox](https://github.com/markpollack/agent-sandbox). Current documentation is available at [lab.pollack.ai](https://lab.pollack.ai/projects/agent-sandbox).
This repository remains available for historical Spring AI Community releases. Its Apache 2.0 license and historical contents are unchanged. Please submit new issues and pull requests to the active repository.
Agent Sandbox
Unified API for isolated command execution across multiple backends. Same interface for local processes, Docker containers, and E2B cloud microVMs.
Modules
| Module | Description |
|---|---|
agent-sandbox-core |
Core Sandbox API and LocalSandbox |
agent-sandbox-docker |
Docker container sandbox via Testcontainers |
agent-sandbox-e2b |
E2B cloud microVM sandbox |
Maven Central
org.springaicommunity
agent-sandbox-core
0.9.1
Quick Example
try (Sandbox sandbox = LocalSandbox.builder()
.tempDirectory("test-")
.build()) {
ExecResult result = sandbox.exec(ExecSpec.of("mvn", "test"));
if (result.success()) {
System.out.println(result.stdout());
}
}
Documentation
Full API reference, all backends, file operations, and customizers: https://springaicommunity.mintlify.app/projects/incubating/agent-sandbox
License
Apache License 2.0
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git