From a6854c42841fc1ff8236937098b3eaaf76ac3dac Mon Sep 17 00:00:00 2001 From: Hardik Vasa <11687083+hardikvasa@users.noreply.github.com> Date: Thu, 14 May 2026 11:19:00 -0700 Subject: [PATCH] Add AgentTier to Development section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d33fba1..205b1aa 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Zeal](https://zealdocs.org/) is an offline documentation browser for software developers inspired by [Dash](https://kapeli.com/dash). +[AgentTier](https://github.com/agenttier/agenttier) is a Kubernetes-native platform that provisions isolated, persistent sandboxes for both human developers and AI coding agents from a single Sandbox CRD. Each sandbox is a Pod + PVC + default-deny NetworkPolicy with optional gVisor isolation. Sandboxes can run interactively (browser terminal over WebSocket) or as headless agent workloads via a streaming REST API. Distributed as a single Helm chart with a Python SDK, Go CLI, and React Web UI. Apache-2.0. + ### Web servers [Back to The Top](#table-of-contents)