1. session/context.py — dialogue blade accumulation is now magnitude-preserving via EMA (α=0.15). Running blade grows stronger each turn a concept is confirmed rather than resetting to unit magnitude on every record_dialogue(). 2. generate/stream.py — vault recall transitions are now score-weighted. Each recalled rotor is scaled by softmax(scores)[i] before application so high-confidence vault hits dominate and stale low-score entries barely move the field. 3. session/context.py — anchor pull added after _hemisphere_consistent_field(). A mild α=0.05 slerp toward _anchor_field is applied at finalize_turn() to provide continuous conjugate correction against angular drift within the hemisphere. Unitized before writing back to state. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| articulation.py | ||
| attention.py | ||
| dialogue.py | ||
| graph_planner.py | ||
| intent.py | ||
| intent_bridge.py | ||
| morphology.py | ||
| proposition.py | ||
| realizer.py | ||
| render.py | ||
| result.py | ||
| salience.py | ||
| semantic_templates.py | ||
| stream.py | ||
| surface.py | ||
| templates.py | ||