Refactor Step 7: deliver specialist slices, de-code the doc, add coordinator hints - #8
Merged
Merged
Conversation
…dinator hints Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Refactors Step 7 (multi-agent handoff) so learners read the per-specialist config slices we deliver and translate them into the
coordinator.pyscaffold, rather than authoring slices themselves. The step doc no longer contains implementation code — it points at the slices and the TODOs.Changes
handoff_workflow_as_agent.pysample bullet (Step 7 previously had no upstream-sample link).agents/{flights,hotels,activities}/agent.yaml+agent.manifest.yaml(byte-identical to the solution) as the reviewable contract; learners read, don't author them.coordinator.pyTODOs, Section 3 is a prose in-placemain.pyedit.COORDINATOR_INSTRUCTIONSguidance (Role / Routing rules / Full-trip / Etiquette) in both the doc and the scaffold, since the Coordinator has no slice.load_dotenv(override=True)to match the solution asmain.pycollapses..gitkeepfiles from now-populated dirs.Validation
python .workshop/scripts/lint_steps.py— 0 failures (2 pre-existing unrelated warnings)python -m pytest .workshop/scripts/tests— 78 passed