Skip to main content
Run any Skill in Manus
with one click

workflow-schema-agent-retry-cap-oversized-payload

Stars2
Forks0
UpdatedJuly 8, 2026 at 12:17

A dynamic Workflow (the Workflow tool / multi-agent orchestration) parallel()/pipeline() agent that DID all its work returns null and the run reports "StructuredOutput retry cap (5) exceeded — 5 failed calls with no valid output" — NOT because the agent found nothing or was rate-limited, but because its result OBJECT was too large / malformed to serialize in one StructuredOutput call (a big nested array of findings, long SQL/quotes per row), often compounded by a stray closing-tag / truncation that corrupts the JSON. Use when: (1) a workflow fan-out comes back N-of-M and a failure line names the StructuredOutput retry cap (distinct from the rate-limit "empty-args 50-90×" mode); (2) an agent's transcript shows FULL (non-empty) StructuredOutput tool_use inputs that keep failing validation; (3) the agent's own last text says "payload too large / getting truncated" or "stray </parameter> corrupted the JSON". Covers RECOVERING the near-complete work from the agent-*.jsonl transcript's failed StructuredOutput attem

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly