Document unusable response loop extensions
Describe empty-response and repeated-response message-loop handlers, including their prompt-backed history and UI warning text.
linkliti committed
Aug 24, 2026 at 22:12 UTC
85baf6616d9883c271c80a49732229ced70189f9
1 file changed
+2
extensions/python/message_loop_result/AGENTS.md
+2
@@ -7,6 +7,8 @@
7
## Ownership
8
9
- Extensions receive mutable `result_data` with `llm_result` and may set `skip_default_processing` after fully handling the turn.
10
+- `_20_empty_response.py` retries turns with neither response nor reasoning, using `fw.msg_empty_response.md` for history and agent-prefixed UI warning text.
11
+- `_30_repeat_response.py` retries nonempty response content that exactly matches `loop_data.last_response`, regardless of reasoning, using `fw.msg_repeat.md` for history and `fw.msg_repeat_response.md` for the agent-prefixed UI warning text.
12
13
## Local Contracts
14