| 1 | # Monologue End Extensions DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own backend behavior that runs when a monologue ends. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - Ordered Python files own waiting-for-input UI message behavior and future monologue-end cleanup. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Preserve clear UI state when the agent stops for user input. |
| 14 | - Do not leave loading/processing indicators stale. |
| 15 | |
| 16 | ## Work Guidance |
| 17 | |
| 18 | - Coordinate changes with WebUI loading state and message-loop persistence. |
| 19 | |
| 20 | ## Verification |
| 21 | |
| 22 | - Smoke-test an agent response that returns to waiting-for-input state. |
| 23 | |
| 24 | ## Child DOX Index |
| 25 | |
| 26 | No child DOX files. |