summaryrefslogtreecommitdiff
path: root/makima/src/llm/transcript_analyzer.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(transcript): add transcript analyzer module for extracting requirements ↵soryu2026-01-151-0/+292
and decisions Adds a new transcript_analyzer module that: - Defines types for extracted requirements, decisions, and action items - Provides functions to format transcripts for LLM analysis - Calculates speaker statistics from transcript entries - Builds analysis prompts and parses LLM responses - Includes unit tests for core functionality Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>