core/generate
Shay 2c51338de7 generate/result: add identity_score field to GenerationResult
IdentityCheck runs after generation in ChatRuntime and must travel
forward with the result without requiring a second pass or a wrapper.
The field is Optional so all existing call sites that don't supply it
continue to work unmodified.
2026-05-14 13:10:54 -07:00
..
__init__.py Add dialogue frame selection 2026-05-13 20:19:21 -07:00
articulation.py Graceful fallback in realize() when slot versors are missing 2026-05-13 21:41:52 -07:00
attention.py Add ADR-0008 salience attention 2026-05-13 22:40:36 -07:00
dialogue.py Fix test suite errors across core physics and generation 2026-05-14 13:02:32 -07:00
proposition.py Fix test suite errors across core physics and generation 2026-05-14 13:02:32 -07:00
render.py feat(generate): add render.py — default TextRenderer and Renderer protocol (ADR-0011) 2026-05-13 10:51:52 -07:00
result.py generate/result: add identity_score field to GenerationResult 2026-05-14 13:10:54 -07:00
salience.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
stream.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00