Debugging Runtime Errors

Loads when a session ends with `status: failed` AND a structured error message. Recognize: `did not call complete` (agent never called the injected complete tool); `emitted empty output` (called complete with `{}`); `emitted an empty response` (called complete with empty string); `LLM step failed:` (agent called failStep); `output does not match schema` (outputType validation failed); `Invalid job config` / `Invalid signal config` (Zod schema rejection on upsert). Each pattern has a one-line fix in the table below.

friday-platform 5fbd53f 4.1 KB Updated

File contents

friday-platform/friday-studio/tree/main/packages/system/skills/debugging-runtime-errors commit 5fbd53fb44

Frequently asked questions

npx skillmds@latest add friday-platform/debugging-runtime-errors