LLM-powered meeting summarization with deterministic rendering and audit trails
┌──────────────────┐ ┌───────────────────┐ ┌──────────────────┐
│ Transcript / │────►│ Extraction │────►│ Schema │
│ Audio (STT) │ │ Pipeline (LLM) │ │ Validation │
└──────────────────┘ └───────────────────┘ │ (Zod) │
│ │ └─────────┬────────┘
│ │ │
▼ ▼ ▼
┌──────────────────┐ ┌───────────────────┐ ┌──────────────────┐
│ Trace / │ │ Deterministic │ │ JSON / Web │
│ Audit Log │ │ Renderer │ │ Output │
└──────────────────┘ └─────────┬─────────┘ └──────────────────┘
│
▼