Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Agent Orchestration using GitHub Copilot

Agent Orchestration using GitHub Copilot

Slides related to the Agent Orchestration using GitHub Copilot at the GitHub Copilot Days in Melbourne on 31 March 2026.

https://www.meetup.com/en-au/azure-builders-melbourne/events/313408484/

The live demo showcased how to use an Orchestrator agent to delegate tasks to planner, coder and designer agents using fit for purpose LLM models

Avatar for Nilesh Gule

Nilesh Gule

March 31, 2026
Tweet

More Decks by Nilesh Gule

Other Decks in Technology

Transcript

  1. $whoami { “name” : “Nilesh Gule”, “role” : “Senior Cloud

    Solutions Architect at Avanade” “website” : “https://www.HandsOnArchitect.com", “github” : “https://GitHub.com/NileshGule" “twitter” : “@nileshgule”, “linkedin” : “https://www.linkedin.com/in/nileshgule”, “YouTube” : “https://www.YouTube.com/@nilesh-gule” “likes” : “Technical Evangelism, Cricket”, }
  2. Capabilities Tools Agent Mode Plan Agent Custom Agents Modernize Skills

    Instructions & AGENTS.MD GitHub Copilot in VS Code delivers the latest in Agentic Development with deep integration across every aspect of software development Test Optimize Review Modernize Plan Deploy Build Cloud Delegate MCP Apps & Servers Visual Studio Code Hooks & more Integrated Browser Claude & Codex Prompts Parallel Subagents Background Orchestrate Delegate Extend Customize Manage Parallel Agents
  3. Tackle complex, multi-step tasks. Agent mode reads your codebase, suggests

    edits across files, runs terminal commands, and responds to compile or test failures — all in a loop until the job is done. Further refine agent mode to fit your team's workflows with VS Code extensions and Model Context Protocol (MCP) servers. Agent Mode
  4. When working on complex tasks, you can delegate subtasks to

    subagents. A subagent is an independent AI agent that performs focused work, such as researching a topic, analyzing code, or reviewing changes, and reports the results back to the main agent. Because each subagent runs in its own context window, it doesn't add noise to your main conversation. VS Code can also run multiple subagents in parallel to speed up multi-part tasks. Subagents
  5. Multi-agent orchestration Orchestrator Agent Claude Opus 4.6 Planner Agent Claude

    Opus 4.6 Coder Agent GPT 5.3 Codex Designer Agent Gemini 2.5 Pro
  6. Summary • Custom Agents aka subagents are standalone AI agents

    (often power by LLM) that helps the main Copilot Agent to delegate specialized tasks. • Each subagent is designed for specific role or domain e.g. Test Runner Agent, Solution Architect Agent, Lint Agent, Security Architect Agent, Code Review Agent etc. • Custom agents can maintain their own internal context and chain of thought relevant to their domain. • Skills are discrete atomic capabilities or functions that agent performs on demand. E.g. pdf/word/powerpoint generation • Skills are like verbs (actions) the Copilot can perform, subagents are specialized mini-experts for bigger or domain specific tasks .
  7. Resources • GitHub Copilot Dev Days Labs • Burke Holland

    - Agent Orchetration YouTube video • Everything Claude Code Linkedin post • Everything Claude Code GitHub Repo • Awesome GitHub Copilot – community created collection of custom agents, instructions, skills, hooks, workflows, and plugins to supercharge GitHub Copilot • VS Code Youtube channel
  8. Nilesh Gule CLOUD SOLUTIONS ARCHITECT | EX MICROSOFT MVP “Code

    with Passion and Strive for Excellence” nileshgule @nileshgule Nilesh Gule NileshGule www.handsonarchitect.com https://www.youtube.com/@nilesh-gule
  9. Q&A