From 987339dd01fede597fcd357449fc6f16b37e56c3 Mon Sep 17 00:00:00 2001 From: Firas Date: Sun, 28 Jun 2026 19:39:46 +0200 Subject: [PATCH 1/2] feat: add Agent Quality & Token Optimization workshop metadata --- packages/database/external.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages/database/external.yml b/packages/database/external.yml index a812d14..3776e79 100644 --- a/packages/database/external.yml +++ b/packages/database/external.yml @@ -718,3 +718,22 @@ level: beginner tags: microsoft foundry, agent framework, mcp, ai search, foundry iq, dev-ui, csu, codespace, devcontainer navigation_levels: 3 + +- title: Agent Quality & Token Optimization + description: This workshop turns the Agent Quality & Token Optimization workshop into a set of hands-on labs. You will not just read about the techniques, you will practice them and measure the difference they make. + url: https://microsoft.github.io/moaw/workshop/gh:fimdim/moaw-workshop-ubb/main/docs/ + language: en + last_updated: 2026-06-28 + type: workshop + level: intermediate + github_url: https://github.com/fimdim/moaw-workshop-ubb + authors: + - Firas Mdimagh + - Juan Manuel Servera + contacts: + - '@fimdim' + - '@jmservera' + duration_minutes: 180 + audience: students, pro devs + tags: github-copilot, ai-agent, prompt-engineering, context-engineering, token-optimization + navigation_levels: 3 From 5e3c29091070a82f542a6cacfcafa8ae656a65dc Mon Sep 17 00:00:00 2001 From: Firas Date: Sun, 28 Jun 2026 19:46:15 +0200 Subject: [PATCH 2/2] feat: update URL and GitHub repository for Agent Quality & Token Optimization workshop --- packages/database/external.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/database/external.yml b/packages/database/external.yml index 3776e79..599a3f4 100644 --- a/packages/database/external.yml +++ b/packages/database/external.yml @@ -721,12 +721,12 @@ - title: Agent Quality & Token Optimization description: This workshop turns the Agent Quality & Token Optimization workshop into a set of hands-on labs. You will not just read about the techniques, you will practice them and measure the difference they make. - url: https://microsoft.github.io/moaw/workshop/gh:fimdim/moaw-workshop-ubb/main/docs/ + url: https://microsoft.github.io/moaw/workshop/gh:fimdim/agent-quality-token-optimization-workshop/main/docs/ language: en last_updated: 2026-06-28 type: workshop level: intermediate - github_url: https://github.com/fimdim/moaw-workshop-ubb + github_url: https://github.com/fimdim/agent-quality-token-optimization-workshop authors: - Firas Mdimagh - Juan Manuel Servera