Expand description
admin agents command group: manage A2A agent configurations and runtime.
Exposes AgentsCommands covering the agent lifecycle — list, show,
validate, create, edit, delete, status, logs — plus A2A interaction
(registry discovery, message, task, tools) and direct run. Each variant
dispatches to a sibling module that returns a
crate::shared::CommandOutput.
Modules§
- types
- Serializable output payloads for the
admin agentscommand group.