Multica — Summary
Multica is an open-source managed agents platform (NOASSERTION license, self-hostable) that turns coding agents into "real teammates" with profiles, board presence, task assignment, and autonomous execution. The architecture is a Go backend (Chi router + PostgreSQL + pgvector), a Next.js frontend, an iOS mobile client, and a desktop app — connected to a local daemon that auto-detects agent CLIs (Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, Kiro CLI) and executes tasks autonomously. "Squads" group agents under a leader for stable routing; "Autopilots" schedule recurring work via cron/webhook triggers.
Multica is the most vendor-neutral framework in this batch: it works with 11 different agent CLIs and provides CLI, web app, and iOS mobile surfaces simultaneously. Compared to claude-flow (closest seed in architecture), Multica replaces the MCP toolserver with a PostgreSQL + pgvector backend, adds an org chart / issue tracker / squad routing layer, and makes the system accessible from a phone. Its explicit positioning ("your next 10 hires won't be human") frames agents as organizational team members rather than tools.