Remix.run Logo
augustinczw 11 hours ago

Kubernetes-native orchestration for autonomous AI agent fleets. For founders who want to go off-cloud.

Clawbernetes turns AI agent deployment into a kubectl apply workflow. Declare your agents, policies, and observability stack as Custom Resources, the operator handles the rest.

                       kubectl apply
                            |
                    +-------v--------+
                    |   Operator     |
                    | (Go, ctrl-rt)  |
                    +---+---+---+----+
                        |   |   |
          +-------------+   |   +-------------+
          |                 |                 |
    ClawAgent          ClawGateway      ClawObservability
    (per-agent pod)    (FastAPI proxy)  (Tempo + Grafana)
          |                 |                 |
    observeclaw plugin      |            OTLP traces
    - budget enforcement    |                 |
    - tool allow/deny       |           +-----v------+
    - anomaly detection     |           |   Tempo    |
    - routing evaluators    |           +-----+------+
          |                 |                 |
          +-----> LLM calls >----+      +-----v------+
                                 |      |  Grafana   |
                   api.anthropic.com    +------------+