feat(subagent): add explicit child reports

This commit is contained in:
Dudu-0223
2026-07-31 22:45:21 +08:00
committed by Tianyi Cui
parent a1b3bebb61
commit 431fb4b035
76 changed files with 3831 additions and 143 deletions

View File

@@ -26,8 +26,9 @@ export function apply(ctx: Context): void {
description:
'Send a message to a background subagent by its subagent id, continuing the same conversation. It '
+ 'becomes the subagent\'s next turn: if it is still working, the message waits until its current turn '
+ 'finishes, so it cannot redirect work already underway. The subagent does not reply to you, so use '
+ 'this only to give it more work. A failure means the message was NOT delivered.',
+ 'finishes, so it cannot redirect work already underway. This call returns no answer from the '
+ 'subagent — only confirmation that the message was delivered — so use it to give it more work. A '
+ 'failure means the message was NOT delivered.',
parameters: {
subagent_id: {
type: 'string',