Add AgentTier to Development section - #361
Open
hardikvasa wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds AgentTier to the Tools for Self-Hosting → Development section.
AgentTier is a Kubernetes-native platform that provisions isolated, persistent sandboxes for human developers and AI coding agents from a single
SandboxCRD. Each sandbox is a Pod + PVC + default-deny NetworkPolicy with optional gVisor isolation. It supports both interactive use (browser terminal over WebSocket → SPDY exec) and headless agent workloads (RESTPOST /configureto install, then SSE-streamingPOST /invoketo run). Reference templates ship for Claude Code + AWS Bedrock and a model-free LangGraph agent.License: Apache-2.0. Self-hosted only — no managed SaaS offering. Distributed as a single Helm chart, with a Python SDK (
pip install agenttier), a Go CLI, and a React Web UI.Why it's useful in this guide: Teams self-hosting their own developer tooling now need a way to also self-host the runtime for AI coding agents (Claude Code, Aider, OpenHands, etc.). AgentTier is one of the few projects that targets the Kubernetes deployment model for this, with built-in governance, audit, and per-session credential injection — fitting the same operational profile readers of this guide are already using for Gitea, GitLab, Sentry, etc.
Compliance with CONTRIBUTING.md:
[Resource Title](url) — description.with concise but descriptive paragraph, matching the dominant format used throughout the Development section.