feat(cli): phase 1 - local cli with docker integration

This commit is contained in:
2025-03-10 21:08:48 -06:00
parent fde6529d54
commit 64430830d8
21 changed files with 1711 additions and 9 deletions

View File

@@ -1,15 +1,15 @@
# Monadical AI Development Guide
# Monadical Container Development Guide
## Build Commands
```bash
# Install dependencies using uv (Astral)
uv sync
# Run MAI service
uv run -m monadical_ai.service
# Run MC service
uv run -m mcontainer.service
# Run MAI CLI
uv run -m monadical_ai.cli
# Run MC CLI
uv run -m mcontainer.cli
```
## Lint/Test Commands