The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. https://multica.ai
Find a file
Jiayuan dd0fd2fd3b
Merge pull request #6 from multica-ai/refactor/agent-structure
refactor(agent): split runner/tools/output
2026-01-30 01:15:31 +08:00
apps/web Add monorepo setup with Turborepo and Web client 2026-01-29 16:33:35 +08:00
packages/sdk Add monorepo setup with Turborepo and Web client 2026-01-29 16:33:35 +08:00
src refactor(agent): split runner, tools, output, types 2026-01-30 01:12:48 +08:00
.dockerignore Add Docker support for Gateway and SDK documentation 2026-01-28 17:56:22 +08:00
.gitignore Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
package.json feat(agent): add pi-agent core integration and test CLI 2026-01-30 01:04:39 +08:00
pnpm-lock.yaml feat(agent): add pi-agent core integration and test CLI 2026-01-30 01:04:39 +08:00
pnpm-workspace.yaml Add monorepo setup with Turborepo and Web client 2026-01-29 16:33:35 +08:00
README.md Add README with project overview 2026-01-28 14:09:37 +08:00
tsconfig.json Implement WebSocket Gateway with NestJS and client SDK 2026-01-28 16:46:51 +08:00
turbo.json Add monorepo setup with Turborepo and Web client 2026-01-29 16:33:35 +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