From 81f600964a0c0fda589f95b88a95e6fe28d277f6 Mon Sep 17 00:00:00 2001 From: Marco D'Alia Date: Wed, 15 Jul 2026 09:38:05 +0100 Subject: [PATCH] Add AgentBox to Platforms (single-line entry, preserve CRLF) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd4f013..fa4ce55 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ AI agents are autonomous software entities that perceive their environment, make - [Letta](https://github.com/letta-ai/letta) - Framework for creating stateful LLM agents with long-term memory (formerly MemGPT). - [Bolt.new](https://bolt.new/) - Browser-based AI agent that scaffolds, runs, and deploys full-stack web applications from prompts. - [Onepilot](https://onepilotapp.com) - iOS and iPadOS SSH client that runs and orchestrates terminal coding agents (Claude Code, Codex CLI, OpenClaw, Hermes) on a remote machine. +- [AgentBox](https://github.com/madarco/agentbox) - Runs multiple coding agents (Claude Code, Codex, OpenCode) in parallel, each in its own sandboxed VM — local Docker, self-hosted, or cloud (Hetzner, Daytona, Vercel, E2B). Sub-second checkpoints, per-box browser/VS Code/shells, git credentials kept on the host. MIT. - [Skales](https://skales.app) - Local-first desktop AI agent that runs goals autonomously in the background, with multi-agent teams, desktop and browser automation, and 15+ providers or fully offline via Ollama. - [Hivekeep](https://github.com/MarlBurroW/hivekeep) - Self-hosted platform to run a team of specialized AI agents with persistent memory and a web UI, reachable over Telegram, Slack, Discord and Matrix, in a single Bun and SQLite container.