Files
Meeting-AI-Orchestration-Demo/frontend/README.md
2026-06-27 13:50:11 +03:00

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
```