11 lines
273 B
Markdown
11 lines
273 B
Markdown
# Frontend
|
|
|
|
Vite React dashboard for the AI Orchestrator demo. It shows transcript ingestion, AI reasoning, validation, policy decisions, pending review actions, execution logs, retrieved memories, and REST backend state.
|
|
|
|
Run locally:
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|