summaryrefslogtreecommitdiff
path: root/makima/src/llm/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(transcript): add transcript analyzer module for extracting requirements ↵soryu2026-01-151-0/+6
| | | | | | | | | | | | | 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>
* Contract systemsoryu2026-01-151-0/+20
|
* Initial Control systemsoryu2026-01-111-0/+2
|
* Add defined user input dialogue to LLM editsoryu2026-01-021-1/+4
|
* Add versioning to filessoryu2025-12-241-1/+1
|
* Add claude opus/sonnet supportsoryu2025-12-231-0/+25
|
* Add file body and initial tool call systemsoryu2025-12-231-0/+7