summaryrefslogtreecommitdiff
path: root/makima/src/llm/contract_tools.rs
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>
* Contract systemsoryu2026-01-151-0/+1091