Skip to content

Agents and automation

Agents and automation

Task orchestration, subagents, autopilot, fleet mode, and scheduled prompt/command automation.

How this volume fits

flowchart TD
Tasks[Task orchestration] --> Subagents[Subagents/custom agents]
Autopilot[Autopilot/no-ask-user] --> Tasks
Fleet[Fleet mode] --> Subagents
Schedules[Scheduled prompts/commands] --> Tasks

Pages

PageWhy read itFile
Agent and task orchestration in Copilot CLITask tool dispatch, TaskRegistry, main/subagent/custom-agent collaboration, hooks, MCP tasks, research, and fleet.agent-task-orchestration.md
Autopilot and no-ask-user flagsImplementation comparison of —autopilot, —no-ask-user, continuation, task_complete, ask_user, and permission boundaries.autopilot-and-no-ask-user.md
Fleet mode implementation in Copilot CLI/fleet, session.fleet.start, autopilot_fleet, SQL todo coordination, dependencies, and parallel subagents.fleet-mode.md
Scheduled prompts and command queue/every and /after parsing, ScheduleRegistry replay, queue integration, and ephemeral command dispatch.scheduled-prompts-and-command-queue.md

Reading guidance

  • Task orchestration is the base; autopilot, fleet, and schedules build on it.
  • Read this volume with custom agents/skills in Context and input.

Back to wiki home

Created and maintained by Yingting Huang.