From 90b5cb4036838fc54e0c4989e3811d8c3abebfe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:11:54 +0000 Subject: [PATCH] workshop docs: add gh-aw doc links (batch 3) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- workshop/17-add-mcp-tools.md | 2 +- workshop/18-share-and-reuse.md | 2 +- workshop/20-persistent-memory.md | 2 +- workshop/23-ab-experiments.md | 2 +- workshop/24-self-hosted-runners.md | 2 +- workshop/25-audit-and-observability.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/workshop/17-add-mcp-tools.md b/workshop/17-add-mcp-tools.md index 0297cc46..1064f08a 100644 --- a/workshop/17-add-mcp-tools.md +++ b/workshop/17-add-mcp-tools.md @@ -6,7 +6,7 @@ ## 🎯 What You'll Do -You'll add an MCP (Model Context Protocol) server to your workflow's [frontmatter](https://github.github.com/gh-aw/reference/frontmatter/), giving the AI agent access to a new set of [tools](https://github.github.com/gh-aw/reference/tools/) it can call at runtime. By the end, your daily-status workflow will be able to do more than just generate text — it can interact with live data sources using structured tool calls. +You'll add an [MCP (Model Context Protocol)](https://github.github.com/gh-aw/guides/mcps/) server to your workflow's [frontmatter](https://github.github.com/gh-aw/reference/frontmatter/), giving the AI agent access to a new set of [tools](https://github.github.com/gh-aw/reference/tools/) it can call at runtime. By the end, your daily-status workflow will be able to do more than just generate text — it can interact with live data sources using structured tool calls. ## 📋 Before You Start diff --git a/workshop/18-share-and-reuse.md b/workshop/18-share-and-reuse.md index b479f1c0..8fca2bd8 100644 --- a/workshop/18-share-and-reuse.md +++ b/workshop/18-share-and-reuse.md @@ -6,7 +6,7 @@ ## 🎯 What You'll Do -You'll copy your finished workflow file into a shared location so that teammates can add it to their own repositories with a single command. By the end of this step you'll have a reusable workflow template and know how to distribute it. +You'll copy your finished workflow file into a shared location so that teammates can add it to their own repositories with a single command. By the end of this step you'll have a [reusable workflow template](https://github.github.com/gh-aw/guides/reusing-workflows/) and know how to distribute it. ## 📋 Before You Start diff --git a/workshop/20-persistent-memory.md b/workshop/20-persistent-memory.md index ee1db404..1da8bea0 100644 --- a/workshop/20-persistent-memory.md +++ b/workshop/20-persistent-memory.md @@ -23,7 +23,7 @@ ## 🎯 What You'll Do -You'll add persistent memory to your agentic workflow so it can carry state between runs. By the end of this step, your workflow will remember what it has already reported on and skip duplicates — so your team never gets the same alert twice. +You'll add [persistent memory](https://github.github.com/gh-aw/patterns/memory-ops/) to your agentic workflow so it can carry state between runs. By the end of this step, your workflow will remember what it has already reported on and skip duplicates — so your team never gets the same alert twice. ## 📋 Before You Start diff --git a/workshop/23-ab-experiments.md b/workshop/23-ab-experiments.md index 8a3cfb32..31451a0c 100644 --- a/workshop/23-ab-experiments.md +++ b/workshop/23-ab-experiments.md @@ -63,7 +63,7 @@ Write according to the output_style: ${{ experiments.output_style }}. CI status, and a one-paragraph summary at the top. {{#endif}} -Always call the safe output tool — even if there is no activity. +Always call the [safe output](https://github.github.com/gh-aw/reference/safe-outputs/) tool — even if there is no activity. ``` Compile and commit: diff --git a/workshop/24-self-hosted-runners.md b/workshop/24-self-hosted-runners.md index ec1fba14..d72a5b5c 100644 --- a/workshop/24-self-hosted-runners.md +++ b/workshop/24-self-hosted-runners.md @@ -13,7 +13,7 @@ rather than a GitHub-hosted machine. ## 📋 Before You Start - Your agentic workflow runs successfully (see [Test and Iterate](12-test-and-iterate.md)). -- A self-hosted runner is registered and **online** for your repository or organisation. +- A [self-hosted runner](https://github.github.com/gh-aw/reference/self-hosted-runners/) is registered and **online** for your repository or organisation. If you need to set one up first, see [Side Quest: Enterprise Setup Considerations](side-quest-enterprise-setup.md). - You know the label assigned to your runner (for example, `self-hosted`, `ubuntu-self-hosted`, or a custom label your admin configured). diff --git a/workshop/25-audit-and-observability.md b/workshop/25-audit-and-observability.md index 6c1df951..83bf011c 100644 --- a/workshop/25-audit-and-observability.md +++ b/workshop/25-audit-and-observability.md @@ -17,7 +17,7 @@ You will use `gh aw logs` and `gh aw audit` to review the built-in artifacts tha ### Review recent runs with gh aw logs -`gh aw logs` downloads artifacts from your workflow's recent runs and prints a summary table showing duration, token usage, and cost in AI Credits (AIC). +`gh aw logs` downloads artifacts from your workflow's recent runs and prints a summary table showing duration, token usage, and cost in [AI Credits (AIC)](https://github.github.com/gh-aw/reference/cost-management/#ai-credits-aic). Run it from inside your repository: