From e6680537ac6b50636a1ba2a470e48698dc127ec9 Mon Sep 17 00:00:00 2001 From: Hardik Vasa <11687083+hardikvasa@users.noreply.github.com> Date: Thu, 14 May 2026 07:28:26 -0700 Subject: [PATCH] Add AgentTier to Sandboxing & Isolation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8d6557..bb83bdd 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ Secure isolated environments for running AI coding agents with controlled access - [brood-box](https://github.com/stacklok/brood-box) — Run coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation and egress control. - [Open Agent](https://github.com/Th0rgal/openagent) — Self-hosted control plane for Claude Code with isolated container workspaces and real-time mission streaming. - [FlyDex](https://flydex.net) — Browser-first remote control plane for local Codex sessions with QR pairing, approvals, and machine continuity. +- [AgentTier](https://github.com/agenttier/agenttier) — Open-source, Kubernetes-native sandbox runtime for AI coding agents (Claude Code, LangGraph, OpenHands). Each sandbox is a Pod + PVC + default-deny NetworkPolicy with optional gVisor isolation; runs in interactive `mode: code` (browser terminal) or `mode: agent` (REST `/configure` + SSE-streaming `/invoke`). Apache-2.0. ### Configuration & Context Management