Implements the dialogue understanding pipeline:
prompt -> dialogue intent -> proposition graph -> articulation target
New modules:
- generate/intent.py: rule-based classifier (7 intent tags + UNKNOWN)
- generate/graph_planner.py: immutable PropositionGraph DAG, topological
walk to ArticulationTarget with rhetorical moves
Tests cover definition, cause, comparison, correction with prior-turn
linking, and deterministic serialization.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| articulation.py | ||
| attention.py | ||
| dialogue.py | ||
| graph_planner.py | ||
| intent.py | ||
| proposition.py | ||
| render.py | ||
| result.py | ||
| salience.py | ||
| stream.py | ||
| surface.py | ||