Skip to content

Commit fd64f7c

Browse files
Add theme-aware explanatory diagram for workflow architecture (#1920)
1 parent b091439 commit fd64f7c

3 files changed

Lines changed: 223 additions & 1 deletion

File tree

workshop/14-next-steps.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ Answer each question (in your notes or a new GitHub issue in your practice repos
3434

3535
### Review what you've learned
3636

37-
Here's a quick recap of the concepts you've touched:
37+
Here's a quick recap of the concepts you've touched. The diagram below shows how all the pieces connect in the workflow you just built.
38+
39+
<picture>
40+
<source media="(prefers-color-scheme: dark)" srcset="images/14-workflow-architecture-dark.svg">
41+
<source media="(prefers-color-scheme: light)" srcset="images/14-workflow-architecture-light.svg">
42+
<img alt="Agentic workflow architecture: schedule trigger flows through GitHub Actions and gh-aw to an AI model, which produces a safe output" src="images/14-workflow-architecture-light.svg">
43+
</picture>
3844

3945
| Concept | Where you used it |
4046
|---|---|
Lines changed: 107 additions & 0 deletions
Loading
Lines changed: 109 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)