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
3 changes: 2 additions & 1 deletion scripts/build-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,8 @@ ${htmlContent}</main>
const isPage = target.matches('.markdown-body > details');
history.pushState(null, '', link.getAttribute('href'));
showWorkshopPage(target, isPage);
if (!isPage) target.scrollIntoView({ block: 'start' });
if (isPage) window.scrollTo({ top: 0, left: 0 });
else target.scrollIntoView({ block: 'start' });
}
});

Expand Down
3 changes: 3 additions & 0 deletions workshop/00-welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

# Welcome to our Agent Factory Tour

![Mona's Agent Factory](images/00-welcome-mona-agent-factory.png)

Check failure on line 7 in workshop/00-welcome.md

View workflow job for this annotation

GitHub Actions / Check Local Image Links

Broken image link: images/00-welcome-mona-agent-factory.png (resolved: workshop/images/00-welcome-mona-agent-factory.png)


By the end of this workshop, a real AI agent will create an issue with a summary of the activity in your repository over the latest 24h, every day, without you writing shell-script workflow code.

![Sample daily repository status report generated by the finished workflow](images/00-daily-repo-status-output.svg)
Expand Down
Binary file added workshop/images/00-welcome-monas-factory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading