GitHub - multica-ai/multica: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills.
6 hours ago
- #open-source-platform
- #coding-agents
- #task-automation
- Multica is an open-source platform that turns coding agents into real teammates, allowing users to assign tasks, track progress, and compound skills over time.
- Key features include: Agents as Teammates, Autonomous Execution, Reusable Skills, Unified Runtimes, and Multi-Workspace organization.
- Quick start options: Use the cloud version at multica.ai, or self-host with Docker by cloning the repository and setting up the environment.
- Install the Multica CLI to connect local machines to the platform, authenticate, manage workspaces, and run the agent daemon for automatic task execution.
- Agent runtime setup involves logging in, starting the daemon, creating an agent in the web app, and assigning tasks, with support for providers like Claude Code and Codex.
- The tech stack includes a Next.js frontend, Go backend with Chi router and WebSocket, PostgreSQL database with pgvector, and local daemon for agent runtime.
- Development setup requires Node.js, pnpm, Go, and Docker, with a make dev command to automate environment setup and service start.