AgentsMesh — Summary
AgentsMesh is "The AI Agent Workforce Platform" — a cloud/self-hosted multi-tenant platform for coordinating teams of AI coding agents (AgentPods) via channels, pod bindings, and a task management kanban. Instead of running agents locally one-at-a-time, AgentsMesh lets each human team member spin up remote AgentPods (isolated PTY sandboxes running Claude Code, Codex, Gemini CLI, Aider, etc.), coordinate them through real-time channels and pod binding topology, and track everything via integrated task management — all from a web console or desktop app. The architecture separates control plane (Go API server + gRPC/mTLS to runners) from data plane (Relay cluster for low-latency WebSocket terminal I/O), with a Rust Core providing cross-platform business logic compiled to WASM (web), native dylib via UniFFI (iOS), and NAPI (Electron desktop). The platform supports self-hosting via Docker Compose, multi-git-provider integration (GitHub, GitLab, Gitee), multi-tenant org/team/user hierarchy, SSO, RBAC, and enterprise audit logs.
Differs from seeds: AgentsMesh occupies a different tier from all seeds — it is a SaaS/self-hosted platform with a full web console, desktop app, iOS client, and remote runner infrastructure, not a plugin or CLI tool that augments a single agent session. The closest seed is claude-flow (both run parallel multi-agent workflows), but claude-flow is an npm plugin that runs inside a single Claude Code session, whereas AgentsMesh is a multi-tenant workforce management platform with gRPC runners, relay cluster, and PostgreSQL state. No seed framework has enterprise features (SSO, RBAC, multi-tenant isolation, iOS client, organization-level agent fleet management).