mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
2ea79384444393c355caf8a51416c90f474b60e0
- Add Dockerfile and build script for Gateway containerization - Add USAGE.md documenting SDK usage for Client/Agent implementations - Move socket.io-client to production dependencies (required by SDK) - Remove redundant timestamp field from RoutedMessage (UUID v7 contains timestamp) 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
48.6%
TypeScript
42.8%
MDX
7.1%
PLpgSQL
0.4%
CSS
0.4%
Other
0.6%