fleet-ops

Restart, scale, drain, and plan capacity for Plato agents.

21|5|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-agent-greenhouse --skill fleet-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-ops
Source: https://github.com/aws-samples/sample-agent-greenhouse/tree/main/src/platform_agent/plato/skills/fleet_ops
Command: npx skills add https://github.com/aws-samples/sample-agent-greenhouse --skill fleet-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fleet Ops provides a unified way to manage a growing Plato fleet by enabling safe restarts, scalable growth, and maintenance-friendly draining of agents, along with capacity planning to prevent outages.

Core Features & Use Cases

  • Restart degraded agents to restore service quickly.
  • Scale the fleet up or down to match demand and optimize resource use.
  • Gracefully drain agents before maintenance to reassign tasks without disruption.
  • Plan capacity with metrics to ensure reliable availability.

Quick Start

Restart degraded agents and scale the fleet to meet current demand.

Frequently Asked Questions about fleet-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I gracefully drain agents for maintenance in a Plato environment?

Gracefully drain agents using the GracefulShutdown protocol to reassign tasks and enable maintenance readiness without disrupting active operations. This ensures agents are safely decommissioned before maintenance begins.

What is the best way to restart degraded Plato agents quickly?

Restart degraded Plato agents quickly by orchestrating fleet operations via the HeartbeatManager and ColdStartProtocol to restore service. This automated recovery mechanism detects degraded agents and triggers rapid restarts.

How does capacity planning work for multi-agent Plato fleets?

Capacity planning for Plato fleets uses health checks and metrics from the HeartbeatManager to ensure reliable availability and prevent outages. It analyzes fleet scale to match resource capacity with current demand.

Can I scale my agent fleet up or down to match demand?

Yes, you can scale your agent fleet up or down to match demand and optimize resource use. Fleet Ops orchestrates this scaling process to balance the load across available agents efficiently.

Do I need an agent registry to manage fleet discovery and health checks?

Yes, fleet discovery requires the AgentRegistry to locate agents, combined with the HeartbeatManager for ongoing health checks. These components work together to monitor agent status and coordinate fleet operations.