Add README with project overview
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6b34ddc3dc
commit
b36769f913
1 changed files with 27 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue