Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions workshop/22-error-handling-and-resilience.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Agentic workflows can fail for several reasons:

Recognising these patterns helps you write instructions that stay on track.

The diagram below shows how these failure modes map to the three mitigations covered in this step.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/22-resilience-techniques-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="images/22-resilience-techniques-light.svg">
<img alt="Four failure modes — prompt drift, timeout, tool error, and empty data — each mapped to one of three mitigations: defensive brief, timeout-minutes, and fallback safe-output, which together produce a reliably running workflow" src="images/22-resilience-techniques-light.svg">
</picture>

### Apply all three changes with the skill

In the GitHub Copilot **Chat** or **Agents** tab, paste:
Expand Down
133 changes: 133 additions & 0 deletions workshop/images/22-resilience-techniques-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
145 changes: 145 additions & 0 deletions workshop/images/22-resilience-techniques-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading