Commit Graph

11 Commits

Author SHA1 Message Date
f834ffad97 Implemented provider-neutral OpenAI-compatible LLM endpoint support 2026-04-28 21:45:38 -05:00
a255ff28b7 Added new deterministic validators to catch early failures 2026-04-25 14:14:43 -05:00
619c615d21 Implemented a custom validator for the glossary module that allows changes from one protected glossary term to another 2026-04-25 13:58:20 -05:00
bf05d79fc6 Added a validator to prevent changes that result in an empty or whitespace-only string 2026-04-25 13:42:18 -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
34b3c09e43 Replaced the stub LLM-based validator class with two real LLM-based validator implementations 2026-04-24 11:52:22 -05:00
bca2152971 Added an interface for validators, and implemented an initial deterministic validator to protect terms in the provided glossary 2026-04-24 11:08:32 -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