Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

workflow-schema-agents-empty-loop-under-ratelimit

Étoiles2
Forks0
Mis à jour8 juillet 2026 à 12:17

A dynamic Workflow (the Workflow tool / multi-agent orchestration) returns FEWER results than it dispatched, and one or more parallel() agents "failed" — because during a transient server-side rate-limit storm the affected agents called StructuredOutput 50-90× each with EMPTY args (0 fields), failed schema validation every time, then died on a terminal API error. Use when: (1) a workflow fan-out comes back with N-of-M results and logs show "API Error: Server is temporarily limiting requests (not your usage limit) · Rate limited"; (2) agent-*.jsonl shows many StructuredOutput tool_use calls whose input has zero keys; (3) heavy code-tracing agents fail to emit a big required schema while a light agent on the same run succeeded. Covers recovering the COMPLETED agents from journal.jsonl (don't re-run them), re-dispatching the failed ones as FREE-TEXT (no schema), and prevention (concise field values, anti-empty-call directive, free-text for heavy-context agents, a watchdog that greps the empty-SO signature).

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

SKILL.md
readonly