From e8b3e2330123af5f95e7ca8bf767e658f3debd61 Mon Sep 17 00:00:00 2001 From: Marco D'Alia Date: Thu, 9 Jul 2026 08:51:26 +0100 Subject: [PATCH] Add AgentBox to Specialized CLI Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d0b66e..9aedfdc 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ Tools for specific coding workflows. | [agenttrace](https://github.com/luoyuctl/agenttrace) | Free | Session observability | Local TUI for auditing AI coding-agent runs, token usage, costs, tool failures, latency, anomalies, diffs, and CI gates. | | [GPT Pilot](https://github.com/Pythagora-io/gpt-pilot) | Free | Full app dev | Builds entire apps from scratch. Interactive development with AI. | | [Sweep](https://sweep.dev/) | Free tier | GitHub PRs | AI junior developer. Handles issues and creates PRs automatically. | +| [AgentBox](https://github.com/madarco/agentbox) | Free (MIT) | Parallel agent sandboxes | Runs multiple coding agents (Claude Code, Codex, OpenCode) in parallel, each in its own sandboxed VM — local Docker, self-hosted, or cloud. Sub-1s checkpoints; git creds stay on host. | ---