The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. https://multica.ai
Find a file
yushen b36769f913 Add README with project overview
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 14:09:37 +08:00
src Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
.gitignore Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
package.json Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
pnpm-lock.yaml Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
README.md Add README with project overview 2026-01-28 14:09:37 +08:00
tsconfig.json Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00

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 mode
  • pnpm build - Build for production
  • pnpm start - Run production build
  • pnpm typecheck - Type check without emitting