Commit Graph

13 Commits

Author SHA1 Message Date
9ab5a60123 Implemented a shared, more permissive editorial validatior for the grammar and spoken_word modules 2026-05-01 07:01:51 -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
db6004fadc Implement support for segments with an optional categories key 2026-04-28 22:41:16 -05:00
e71e5b8faf Replaced the deterministic GrammarOnlyValidator with an LLM-backed grammar_only_guard 2026-04-28 22:29:28 -05:00
bbbef37d9a Implemented optional concurrency for the LLM backend 2026-04-28 22:14:25 -05:00
b9eef0043b Updated the spoken-word module prompts to preserve intentional emphatic repetition 2026-04-25 14:46:19 -05:00
a255ff28b7 Added new deterministic validators to catch early failures 2026-04-25 14:14:43 -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
5944f13404 Narrowed the grammar module LLM prompt and added support for a <-> an replacements 2026-04-25 13:25:19 -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
34b3c09e43 Replaced the stub LLM-based validator class with two real LLM-based validator implementations 2026-04-24 11:52:22 -05:00