ClawManager — Summary
ClawManager is a Kubernetes-native control plane for AI agent instance management, built in Go (backend) and React 19 (frontend). It provides three stacked control planes: an AI Gateway for governed model access with audit trail and cost accounting; an Agent Control Plane for heartbeat-driven runtime orchestration; and a Resource Management layer for channels, skills, and security scanning. Agents run as Kubernetes Pods (OpenClaw or Hermes runtimes), each registered with the control plane via secure bootstrap. A Team Workspace MVP enables coordinated multi-agent workflows with a Redis-backed Team Bus, shared PVC, and dispatch panel. The web dashboard exposes admin console, portal access, AI Gateway analytics, and team workspace views. ClawManager is explicitly positioned for platform teams running AI agent infrastructure at scale — not a personal harness but an enterprise multi-tenant operator tool.
Differs from seeds: Closest to taskmaster-ai (central task management) but ClawManager operates at the infrastructure layer rather than the task-planning layer. Unlike claude-flow (npm package + MCP), ClawManager requires Kubernetes and deploys full container workloads. The AI Gateway (OpenAI-compatible API with audit trail) resembles enterprise gateway frameworks but is specifically tuned for AI agent runtimes. No seed framework operates at the K8s control plane level.