Error Propagation

Patterns

Definition

The risk in multi-agent systems where an error or incorrect output from one subagent contaminates downstream agents, amplifying the mistake. Mitigated by validating subagent outputs before passing them forward and designing subagents to return structured error types rather than silent failures.

Example Usage

Validate that the data extraction subagent returned a valid schema before passing its output to the analysis subagent.