Skip to content

Latest commit

 

History

History
86 lines (79 loc) · 14.3 KB

File metadata and controls

86 lines (79 loc) · 14.3 KB

Learning GitHub Agentic Workflows

A hands-on workshop that takes you from zero to a fully automated, AI-powered workflow — running on a schedule or on events in GitHub Actions.

Curriculum

# File Title Status
0 00-welcome.md Welcome — What We'll Build
1 01-prerequisites.md What You Need Before We Start
2 Choose one: 02a-setup-codespace.md, 02b-setup-local.md, or 02c-setup-browser.md Setup Adventure — A: Codespace, B: Local Terminal, or C: Browser (no terminal)
4 04-github-actions-intro.md What Are GitHub Actions?
5 05-agentic-workflows-intro.md What Are Agentic Workflows?
5b 05b-agentic-workflows-security.md How Agentic Workflows Stay Safe
6 06-install-gh-aw.md Install the gh-aw CLI Extension
6a 06a-install-terminal.md Codespace Terminal Path — Install gh-aw
6b 06b-install-local.md Local Terminal Path — Install gh-aw
6c 06c-install-ui.md GitHub UI Path — No Installation Needed
7 07-your-first-workflow.md Write Your First Agentic Workflow
7a 07a-your-first-workflow-terminal.md Terminal Path — Write Your First Agentic Workflow
7a-part2 07a-part2-your-first-workflow-instructions.md Terminal Path (Part 2) — Add Instructions and Finish Your First Workflow
7c 07c-your-first-workflow-copilot.md GitHub Copilot Path — Write Your First Agentic Workflow
7d 07d-confirm-model-access.md Confirm Model Access
8 08-run-your-workflow.md Run and Watch Your Workflow
8b 08b-interpret-your-run.md Interpret Your First Run
9 09-agentic-editing.md Refine Your Workflow with Agentic Editing
12 12-test-and-iterate.md Test and Improve Your Workflow
14 14-next-steps.md What's Next? Keep Exploring
15 15-conditional-logic.md Make Your Workflow Smarter with Conditional Logic
16 16-connect-data-source.md Connect a Live Data Source to Your Workflow
17 17-add-mcp-tools.md Give Your Agent More Tools with MCP
18 18-share-and-reuse.md Share and Reuse Your Agentic Workflows
19 19-research-driven-training-node.md Build a Research-Driven Next Training Node
20 20-persistent-memory.md Make Your Workflow Remember Across Runs
21 21-inline-sub-agents.md Split Complex Workflows with Inline Sub-Agents
22 22-error-handling-and-resilience.md Make Your Workflows Resilient to Failure
23 23-ab-experiments.md Test Your Prompt Ideas with A/B Experiments
24 24-self-hosted-runners.md Run Your Agentic Workflow on a Self-Hosted Runner
25 25-audit-and-observability.md Audit and Monitor Your Agentic Workflows
26 26-manage-costs-and-budgets.md Manage Costs and AI Credit Budgets

Optional Side Quests

Getting Started

Start at Welcome — it shows you what you'll build and sets you up for success.