All 166 Dependencies
Every package Multica depends on, ranked by repo health score.
Multica is an open-source managed agents platform that treats AI coding agents as first-class teammates rather than tools to babysit. Instead of copy-pasting prompts and manually watching runs, you assign issues to agents the same way you'd assign work to a colleague — they pick up the task, execute it on your local or cloud runtime, post progress updates, raise blockers, and close the loop autonomously.
At the core is a persistent agent daemon that runs on your machine, auto-detects whichever coding CLI is available (Claude Code, Codex, GitHub Copilot CLI, Cursor Agent, Gemini, and others), and maintains a live WebSocket connection to the Multica server. The server orchestrates task queuing, status streaming, and skill storage using a Go backend, a Next.js frontend, and PostgreSQL with pgvector.
Squads extend the model to team-scale routing: instead of assigning work to a specific agent, you assign it to a named squad whose leader agent decides which member picks it up. Autopilots layer in scheduling — cron triggers, webhooks, or manual runs — so recurring tasks like daily standups, weekly reports, and periodic audits run themselves without human initiation.
Skills are the compounding layer: every solution an agent produces can be saved as a reusable skill, making the team progressively faster as institutional knowledge accumulates. Multica is vendor-neutral by design, self-hosted by default, and ships as Docker Compose images with a single-command setup.