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.
Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.
Modules§
- create
admin agents createcommand with prompted inputs.- delete
admin agents deletecommand with target resolution and orchestrated teardown.- logs
admin agents logscommand dispatch.- logs_db
- Database-log patterns for
admin agents logs. - logs_
disk - Disk-log rendering for
admin agents logs. - shared
- Shared argument types for agent commands.
- show
admin agents showcommand.- types
- Serializable output payloads for the
admin agentscommand group.