Skip to main content

Module agents

Module agents 

Source
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 create command with prompted inputs.
delete
admin agents delete command with target resolution and orchestrated teardown.
logs
admin agents logs command 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 show command.
types
Serializable output payloads for the admin agents command group.

Enums§

AgentsCommands

Functions§

execute