Commit Graph

32 Commits

Author SHA1 Message Date
ebbd2c8a63 Add transcript description prompt context 2026-05-13 12:13:32 +00:00
de99467ede Replace structured LLM dependency with Audita adapter 2026-05-13 02:10:24 +00:00
509436cc4a Add explicit LLM concurrency controls 2026-05-12 21:17:35 +00:00
390daa8b84 Cleanup pass to remove refactoring-related artifacts and references 2026-05-12 15:19:50 -05:00
fb59cb21b9 Complete Phase 19 Go rollout documentation 2026-05-12 13:46:14 +00:00
c3087aeda6 Complete Phase 3 proposal foundation 2026-05-11 13:35:15 +00:00
10377876e4 Complete Phase 2 Go normalization foundation 2026-05-11 00:41:29 +00:00
ea8def423e Complete Phase 1 Go skeleton 2026-05-10 23:34:43 +00:00
87e560dd3d Added architecture reference documentation for the upcoming Go rewrite 2026-05-10 23:04:29 +00:00
fac1629417 An API key is no longer required if base_url is pointed to a non-default endpoint 2026-05-04 11:11:06 -05:00
0d5bdd1c84 Added a configuration flag to set the maximum number of tokens in validation prompts 2026-04-29 22:33:45 -05:00
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