Skip to main content

Agent Pseudo CLI

Generated from packages/codeboltjs/src/tools/pseudo-cli/commands.ts. Edit the registry or rerun node scripts/generate-pseudo-cli-docs.js instead of updating this file by hand.

The agent pseudo CLI module currently exposes 4 commands.

Related SDK docs: Agent

Commands At A Glance

ActionDescriptionRequired flags
findFind an agent for a task--task
startStart an agent--id, --task
listList agentsNone
detailsGet agent detailsNone

find

Find an agent for a task

codebolt agent find --task <string> [--max <number>]
NameFlagTypeRequiredDescription
task--taskstringYesTask or prompt text for the target operation.
max--maxnumberNoMaximum number of results to return.

start

Start an agent

codebolt agent start --id <string> --task <string>
NameFlagTypeRequiredDescription
id--idstringYesIdentifier of the target resource.
task--taskstringYesTask or prompt text for the target operation.

list

List agents

codebolt agent list [--type <string>]
NameFlagTypeRequiredDescription
type--typestringNoType discriminator used by the underlying SDK method.

details

Get agent details

codebolt agent details [--agents <json>]
NameFlagTypeRequiredDescription
agents--agentsjsonNoJSON array or structured value identifying one or more agents.