Refactor UI modules and harden run/API behavior

This commit is contained in:
2026-02-25 00:21:04 -05:00
parent 422e8fe5a5
commit 659f3edcee
39 changed files with 6392 additions and 995 deletions

View File

@@ -57,6 +57,7 @@ TypeScript runtime for deterministic multi-agent execution with:
```bash
npm install
npm --prefix ui install
cp .env.example .env
cp mcp.config.example.json mcp.config.json
```
@@ -83,6 +84,8 @@ Start the local UI server:
npm run ui
```
This script builds the React frontend from `ui/` before serving.
Then open:
- `http://127.0.0.1:4317` (default)