Multica is an autonomous coding agent manager and LLM agent orchestration platform. It coordinates teams of autonomous agents to execute coding tasks and manage their lifecycles through a centralized dashboard. The system provides multi-tenant agent workspaces that isolate agents, settings, and project issues into distinct organizational boundaries.
The platform distinguishes itself through an agent skill library that captures successful task solutions as reusable, versioned skills. These skills are shared across the agent team and pinned using content hashes to ensure consistent behavior across different environments. Agents are further organized into functional squads under leaders to create a routing layer for delegating work based on specific roles.
The system covers a broad range of operational capabilities, including distributed runtime coordination across local daemons and cloud instances, hybrid task assignment between humans and agents, and automated dispatch via recurring schedules. It includes infrastructure for monitoring system health through Prometheus metrics, managing file artifacts via S3-compatible storage, and organizing project work through issue tracking and threaded conversations.
The platform can be self-hosted on private hardware using Docker Compose or deployed to clusters via Kubernetes Helm charts.