The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills.
https://multica.ai
Allow changing the gateway connection URL at runtime via a new PUT /hub/gateway endpoint and a corresponding input form in the console UI. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| apps/web | ||
| packages/sdk | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
| turbo.json | ||
Super Multica
A multi-component architecture for distributed agent systems.
Project Structure
src/
├── agent/ # Agent module
├── gateway/ # Gateway module
├── client/ # Client module
└── shared/ # Shared types and utilities
Getting Started
pnpm install
pnpm dev
Scripts
pnpm dev- Run in development modepnpm build- Build for productionpnpm start- Run production buildpnpm typecheck- Type check without emitting