mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-03 11:10:23 +02:00
6deac2f76a632ac58ef45451e64abf346364d13b
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>
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
Description
Languages
Go
50.3%
TypeScript
43.8%
MDX
4.5%
PLpgSQL
0.4%
CSS
0.4%
Other
0.6%