Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ Sandboxes, routers, browser/terminal automation, and extension tools. Sorted by

- **[Coasts](https://github.com/coast-guard/coasts)** `⭐ 394` — Containerized host orchestration for git worktrees; isolates ports, networks, and services per environment using DinD/Sysbox/Podman. MIT.

- **[AgentSight](https://github.com/eunomia-bpf/AgentSight)** `⭐ 357` — Zero-instrumentation eBPF observability for LLM/coding agents; captures syscall-level traces (file, process, network) without modifying the agent. MIT.

- **[subtask](https://github.com/zippoxer/subtask)** `⭐ 330` — Claude Skill for delegating tasks with subagents in Git worktrees.

- **[claude-cmd](https://github.com/kiliczsh/claude-cmd)** `⭐ 304` — Terminal wrapper for interacting with Claude models; often used as a building block in harness scripts.
Expand Down Expand Up @@ -377,6 +379,8 @@ Sandboxes, routers, browser/terminal automation, and extension tools. Sorted by

- **[AgentTier](https://github.com/agenttier/agenttier)** `⭐ 19` — Kubernetes-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.

- **[ActPlane](https://github.com/eunomia-bpf/ActPlane)** `⭐ 19` — OS-level agent harness that compiles a policy DSL to an eBPF engine for labeled information-flow control at the syscall boundary, with corrective feedback. MIT.

- **[agent-terminal](https://github.com/jasonkneen/agent-terminal)** `⭐ 10` — Headless terminal automation for AI agents using node-pty; capture output and send input programmatically.

- **[lifeos-cli](https://github.com/liujuanjuan1984/lifeos-cli)** `⭐ 7` — Terminal-native LifeOS for managing intentions, habits, and timelogs; provides structured persistent context for agentic workflows.
Expand Down