{# CUI // SP-CTI β Reasoned Codegen panel (tools/llm/reasoned_codegen*.py) #} {% set rc = data.reasoned_codegen if data is defined and data.reasoned_codegen is defined else {} %}
CoT/CoD generation + adversarial critique + verify/repair for code pipelines.
Section kill-switch + per-function defaults from args/llm_config.yaml.
| Function | Enabled | Mode | Critique | Repair rounds |
|---|---|---|---|---|
| {{ fn.function }} | {{ 'on' if fn.enabled else 'off' }} | {{ fn.mode }} | {{ 'β' if fn.critique else 'β' }} | {{ fn.max_repair_rounds }} |
| No per-function config found. | ||||
{{ rc.get('default_mode', 'off') }}