| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(listen): add transcript analysis API endpoints | soryu | 2026-01-15 | 3 | -1/+680 |
| | | | | | | | | | | | | | Adds three new endpoints under /api/v1/listen/: - POST /analyze - Analyze a file's transcript for requirements, decisions, action items - POST /create-contract - Create a new contract from analyzed transcript - POST /update-contract - Update an existing contract with extracted information These endpoints bridge the Listen (voice transcription) system with the Contract system, enabling voice-to-contract workflows. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | Contract type system | soryu | 2026-01-15 | 1 | -0/+4 |
| | | |||||
| * | Contract system | soryu | 2026-01-15 | 16 | -59/+7394 |
| | | |||||
| * | Initial Control system | soryu | 2026-01-11 | 14 | -27/+8775 |
| | | |||||
| * | Add defined user input dialogue to LLM edit | soryu | 2026-01-02 | 1 | -1/+28 |
| | | |||||
| * | Update LLM to keep context | soryu | 2026-01-02 | 1 | -6/+36 |
| | | |||||
| * | Add loop based LLM editing + view tools | soryu | 2026-01-02 | 1 | -15/+292 |
| | | |||||
| * | Add versioning to files | soryu | 2025-12-24 | 4 | -6/+454 |
| | | |||||
| * | Add conflict notification and file update WS endpoint | soryu | 2025-12-23 | 7 | -16/+285 |
| | | |||||
| * | Add editable file sections and a drag&drop feature | soryu | 2025-12-23 | 1 | -29/+95 |
| | | |||||
| * | Add claude opus/sonnet support | soryu | 2025-12-23 | 1 | -61/+247 |
| | | |||||
| * | Add file body and initial tool call system | soryu | 2025-12-23 | 4 | -7/+378 |
| | | |||||
| * | Add Postgres for persistence and File cabinet | soryu | 2025-12-23 | 6 | -7/+351 |
| | | | | | Migrations are local only currently, and must be run manually by setting POSTGRES_CONNECTION_URI | ||||
| * | Create container image and move parakeet fork to vendor dir | soryu | 2025-12-23 | 1 | -1/+22 |
| | | |||||
| * | Add EOU detection and streaming diarization | soryu | 2025-12-23 | 2 | -43/+198 |
| | | |||||
| * | Remove TTS endpoint using chatterbox | soryu | 2025-12-23 | 5 | -202/+6 |
| | | | | | The library still remains, but this complicates deployment due to the large size of the model, so it is removed for now | ||||
| * | Implement makima listen websockets server | soryu | 2025-12-23 | 7 | -0/+781 |
