From b36769f913728242aa93d9b49b474a51c95b751a Mon Sep 17 00:00:00 2001 From: yushen Date: Wed, 28 Jan 2026 14:09:37 +0800 Subject: [PATCH] Add README with project overview Co-Authored-By: Claude Opus 4.5 --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..00f5b4b9 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# 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 + +```bash +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