mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 13:20:21 +00:00
docs: refresh silent token semantics mirrors
This commit is contained in:
@@ -235,7 +235,8 @@ Sub-agents report back via an announce step:
|
||||
|
||||
- The announce step runs inside the sub-agent session (not the requester session).
|
||||
- If the sub-agent replies exactly `ANNOUNCE_SKIP`, nothing is posted.
|
||||
- If the latest assistant text is a silent token such as `NO_REPLY`, announce output is suppressed even if earlier visible progress existed.
|
||||
- If the latest assistant text is the exact silent token `NO_REPLY` / `no_reply`,
|
||||
announce output is suppressed even if earlier visible progress existed.
|
||||
- Otherwise delivery depends on requester depth:
|
||||
- top-level requester sessions use a follow-up `agent` call with external delivery (`deliver=true`)
|
||||
- nested requester subagent sessions receive an internal follow-up injection (`deliver=false`) so the orchestrator can synthesize child results in-session
|
||||
|
||||
Reference in New Issue
Block a user