docs: align runner docs with current API

This commit is contained in:
banteg
2026-01-02 14:25:53 +04:00
parent 51cdb72d0b
commit 7e5d6e3d40
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ The orchestrator module containing:
- Per-resume locks (WeakValueDictionary) prevent concurrent resumes of the same session
- Event delivery uses a single internal queue to preserve order without per-event tasks
- Stderr is drained into a bounded tail (debug logging only)
- Event callbacks must not raise; callback errors abort the run
- Translation errors abort the run; keep event normalization defensive
### `model.py` / `runner.py` - Core domain types