summaryrefslogtreecommitdiff
path: root/makima/src/llm
Commit message (Collapse)AuthorAgeFilesLines
* feat(contract-tools): add transcript analysis tools for contract chatsoryu2026-01-151-0/+113
| | | | | | | | | | Adds two new tools to contract_tools: - analyze_transcript: Analyze a file's transcript and return structured results - create_contract_from_transcript: Create a new contract from transcript analysis These tools enable voice-to-contract workflows directly from the contract chat interface. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(transcript): add transcript analyzer module for extracting requirements ↵soryu2026-01-152-0/+298
| | | | | | | | | | | | | 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-158-0/+4012
|
* Initial Control systemsoryu2026-01-113-3/+1285
|
* Add defined user input dialogue to LLM editsoryu2026-01-022-1/+196
|
* Add loop based LLM editing + view toolssoryu2026-01-021-1/+233
|
* Add versioning to filessoryu2025-12-242-1/+169
|
* Add claude opus/sonnet supportsoryu2025-12-234-34/+619
|
* Add file body and initial tool call systemsoryu2025-12-233-0/+800