Skip to content

mcs-tools: UC2 reflect pre-created agent and connected flow#481

Merged
Dewain27 merged 1 commit into
mainfrom
dewain/mcs-tools-uc2-precreated-agent
Jun 29, 2026
Merged

mcs-tools: UC2 reflect pre-created agent and connected flow#481
Dewain27 merged 1 commit into
mainfrom
dewain/mcs-tools-uc2-precreated-agent

Conversation

@Dewain27

Copy link
Copy Markdown
Collaborator

Summary

Updates Use Case #2 (Build Deterministic Logic with Agent Flows) in the mcs-tools lab so the instructions match the provisioned lab environment.

The Sales Commission Assistant agent and the Calculate Sales Commission agent flow are already created and connected for lab participants, but the instructions still walked through creating the agent and adding the flow. This caused participants to attempt steps that were already done for them.

Changes

  • Replaced the Create a New Agent and Add the Agent Flow sections with a single Open the Pre-Created Agent section that directs users to open the existing Sales Commission Assistant agent.
  • Preserved the educational notes/tips (why instructions matter, how the pre-provisioned deterministic flow works) and surfaced the agent's pre-set configuration (description, Web Search off, instructions, connected flow) as an optional review step.
  • Updated the Summary of tasks and Objective to reflect using the pre-created agent rather than building it.
  • No changes to the test scenarios or expected results.

🤖 Generated with Claude Code

The Sales Commission Assistant agent and the Calculate Sales Commission
agent flow are already provisioned for lab participants, so the
instructions no longer walk through creating the agent or connecting the
flow. Replaced the "Create a New Agent" and "Add the Agent Flow" sections
with a single "Open the Pre-Created Agent" section that points users to
the existing agent and preserves the educational notes about instructions
and deterministic flows. Updated the summary and objective accordingly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Dewain27 Dewain27 merged commit ca78b05 into main Jun 29, 2026
7 of 8 checks passed
Dewain27 added a commit that referenced this pull request Jun 29, 2026
The site renders from _labs/mcs-tools.md, but PR #481 only updated
labs/mcs-tools/README.md, so the deployed lab still walked through
creating the agent and connecting the flow. This applies the same UC2
change to _labs/mcs-tools.md so the published lab matches: the
"Create a New Agent" and "Add the Agent Flow" sections are replaced with
"Open the Pre-Created Agent", and the summary and objective are updated.

Co-authored-by: Dewain Robinson <dewainr@microsoft.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Dewain27 added a commit that referenced this pull request Jun 29, 2026
…e to _labs (#483)

* mcs-tools: sync UC2 pre-created agent change to _labs

The site renders from _labs/mcs-tools.md, but PR #481 only updated
labs/mcs-tools/README.md, so the deployed lab still walked through
creating the agent and connecting the flow. This applies the same UC2
change to _labs/mcs-tools.md so the published lab matches: the
"Create a New Agent" and "Add the Agent Flow" sections are replaced with
"Open the Pre-Created Agent", and the summary and objective are updated.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* Fix leading space in UC3 Sales Account Assistant code blocks

The agent name and instructions fences in the "Create the new-type
Sales Account Assistant" section were indented 4 spaces under a "1."
list item. Kramdown strips only 3 spaces (the "1. " marker width), so
a leading space leaked into the rendered <code>, which the copy button
captured and which broke the agent when pasted into Instructions.

Reduce the fence indentation to 3 spaces so kramdown strips it cleanly.
Applied to both rendered sources (_labs and labs/.../README.md).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Dewain Robinson <dewainr@microsoft.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant