Commit Graph

21 Commits

Author SHA1 Message Date
54ce3d08c9 Added validation-specific LLM configuration options 2026-04-29 20:45:51 -05:00
4c899122d9 Added a configuration flag to set the target number of sections, and updated default min and max section token limits 2026-04-29 20:10:00 -05:00
f841f7eb71 Added a configurable LLM timeout 2026-04-29 18:08:39 -05:00
d8bc84934e Enhancements to LLM concurrency to improve overall throughput 2026-04-29 16:04:36 -05:00
f834ffad97 Implemented provider-neutral OpenAI-compatible LLM endpoint support 2026-04-28 21:45:38 -05:00
4724cd16c8 Implemented the grammar LLM review module 2026-04-25 09:06:06 -05:00
52d29f7228 Implemented the spoken_word LLM review module 2026-04-25 08:12:36 -05:00
92c8c371a6 Implemented a --modules CLI flag to allow runtime selection of the modules to be run 2026-04-25 07:48:21 -05:00
2d1d21d314 Completed the MVP for the new Audita refactor 2026-04-24 13:17:36 -05:00
f39de37974 Moved the current implementation to src/audita_prototype, moved current test suite to tests/audita_prototype, and started a new, more modular application skeleton in src/audita 2026-04-24 10:17:38 -05:00
889b620f2e Update default max segment gap to 4.0 and adjust related tests 2026-04-23 20:50:12 -05:00
3277587e3a Improvements around reporting and work directory retention options 2026-04-23 12:08:44 -05:00
671188aaba Update README with new configuration options and defaults 2026-04-23 07:08:58 -05:00
c1672af9b4 Implemented deterministic transcript normalization before the LLM stages 2026-04-22 07:22:40 -05:00
445329de81 Implemented a second LLM stage for grammatical review 2026-04-21 15:42:09 -05:00
ca01e46d77 Updated configuration to utilize segment ids provided in the input transcript 2026-04-21 15:01:31 -05:00
7e1a3f721a Added support for multiple LLM passes to correct the transcript based upon the provided glossary 2026-04-21 13:12:08 -05:00
23532cade1 Simplified the json schema passed to the LLM, and implemented more forgiving error handling for LLM proposed corrections 2026-04-21 11:14:56 -05:00
8f6c721f06 Added executable root launcher for audita 2026-04-21 10:19:39 -05:00
e10349302f Initial version of application 2026-04-21 10:00:01 -05:00
fd0f57274d Initial commit 2026-04-21 14:01:41 +00:00