OpenRig – agent harness that runs Claude Code and Codex as one system
tmux-based agent topology you can save and restore like a Docker compose file.

Terraform for agent fleets solves the terminal sprawl problem nobody else addressed.
AI engineers building multi-agent systems
LangGraph · AutoGen · CrewAI
I built this because my Claude Code + Codex setup kept forming little "topologies" of long-lived agents that worked well together, but the terminal sprawl was intense. So I built a primitive the agents could intuitively reach for to save and recreate these setups on the fly. This then led to more agent-first primitives like coordination, declarative workflow patterns, workspaces, etc.
Several months in and these "rigs" I manage with openrig require a lot less babysitting and I can manage more projects at once without getting overwhelmed.
The short version: OpenRig is a way to save and operate that topology instead of rebuilding it by hand every time.
Demo video: https://youtu.be/yCFSRnPDFqY?si=n5e627d0CU3X3bmE
tmux-based agent topology you can save and restore like a Docker compose file.
Firecracker microVMs isolate coding agents so you can review before merging.
Replaying past sessions against stricter policies beats guessing rules before you know the risks.
Agents install their own sandbox via Docker, solving the dependency hell problem.
GPUI-powered mobile editor with P2P QUIC tunneling for remote AI agent control.
Kubernetes-native AI agent orchestration via YAML; early but self-hosting Kelos development proves the loop.