Extract builder config route

This commit is contained in:
2026-06-27 12:09:41 +02:00
parent f1567118b4
commit 9a5809deaa
5 changed files with 196 additions and 35 deletions
@@ -120,6 +120,9 @@ Move or isolate later:
Already isolated:
- config-driven prompt-builder request parsing, helper-node config mapping, and
direct `build_prompt` kwarg assembly live in `builder_config_route.py`;
`prompt_builder.py` keeps the public wrapper.
- JSON category loading, subcategory normalization, named scene/expression/
composition pool loading, cast compatibility filtering, exact subcategory
lookup, and inheritance-based pool merging live in `category_library.py`.