Skip to content
Developer Preview

subagent/readResult

Consume a ready child result (state-changing; the content is already the subagent item’s result field).

Type: SubagentTargetParams

Params for subagent/resume, subagent/reopen, and subagent/readResult: the bare child target.

Field Type Stability Presence Description
commandId string required Client-minted UUIDv7 command id.
sessionId string required Target session (UUIDv7 string; preamble).
subagentId string required Durable child id (the item’s subagentId; opaque string).
Source

schema/msp/experimental/msp.schema.json#/methods/subagent~2FreadResult

{
"description": "Consume a ready child result (state-changing; the content is already the subagent item's result field).",
"params": {
"$ref": "#/$defs/SubagentTargetParams"
},
"result": {
"$ref": "#/$defs/CommandAcceptedResult"
}
}