read_agent_output
Extract structured content from agent terminals using delimiter markers like OUTPUT_START/OUTPUT_END to retrieve specific output sections for processing.
Instructions
Extract structured output from an agent's terminal between delimiter markers (e.g., REVIEW_OUTPUT_START / REVIEW_OUTPUT_END). Returns the content between the markers, or null if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| surface | Yes | Target surface ref (e.g., 'surface:78') | |
| tag | No | Delimiter tag name. Looks for {TAG}_START and {TAG}_END markers. Default: OUTPUT (matches OUTPUT_START/OUTPUT_END). Examples: REVIEW_OUTPUT, SYNTHESIS_OUTPUT, PUSHBACK_OUTPUT | OUTPUT |
| lines | No | Number of screen lines to scan (default: 200) | |
| workspace | No | Target workspace ref |