Kitaru

kitaru agent register

Create an agent and its first mutable version.

Usage

kitaru agent register NAME [OPTIONS]

Supported --output modes: auto, text, json.

Arguments

NameTypeRequiredDescription
NAMEstringYesNew agent name.

Options

NameTypeRequiredDescription
--descriptionstringNoParent description.
--version-descriptionstringNoVersion description.
--specpathNoYAML or JSON spec document.
--commandstringNoShell command stored as supplied.
--display-versionstringNoHuman-readable version.
--working-dirpathNoWorker process directory.
--envKEY=VALUE[]NoNon-secret process environment.
--secret-idUUID[]NoServer secret IDs.
--timeout-secondspositive integerNoProcess timeout.
--toolstring[]NoDeclared tools.
--mcp-serverstring[]NoDeclared MCP servers.
--skillstring[]NoDeclared skills.

Every command also accepts the global options listed on the CLI overview page.

On this page