https://github.com/agenttier/agenttier
Kubernetes-native platform for managing isolated, persistent sandboxes for AI agents. Warm pool for instant startup, OIDC auth, Web UI, Claude Code + Bedrock support.
https://github.com/agenttier/agenttier
Last synced: 3 days ago
JSON representation
Kubernetes-native platform for managing isolated, persistent sandboxes for AI agents. Warm pool for instant startup, OIDC auth, Web UI, Claude Code + Bedrock support.
- Host: GitHub
- URL: https://github.com/agenttier/agenttier
- Owner: agenttier
- License: apache-2.0
- Created: 2026-05-09T04:33:25.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2026-05-11T22:21:51.000Z (18 days ago)
- Last Synced: 2026-05-11T22:30:04.516Z (18 days ago)
- Language: Go
- Size: 488 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
Awesome Lists containing this project
- awesome-cli-coding-agents - AgentTier - native sandbox runtime for AI coding agents. A `Sandbox` CRD provisions a Pod + PVC + NetworkPolicy with optional gVisor isolation; the `agenttier` Go CLI runs agent invocations that stream stdout/stderr/exit as SSE. Ships reference templates for Claude Code + Bedrock and LangGraph. Apache-2.0. (Harnesses & orchestration / Agent infrastructure)
- awesome-cloud-native - agenttier - Kubernetes-native operator that manages isolated, persistent sandboxes for human developers and AI agents through Sandbox CRDs, with built-in governance, warm-pod pool, and a streaming agent-mode REST API. (Kubernetes Operators)
- awesome-ai-devtools - AgentTier - 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. (Agent Infrastructure / Sandboxing & Isolation)