Home

stencila agents list

List available agents

Shows agents from workspace .stencila/agents/, user config ~/.config/stencila/agents/, and auto-detected CLI tools on PATH. Use --source to filter by source.

Usage

stencila agents list [OPTIONS]

Examples

# List all agents in table format
stencila agents list

# Output agents as JSON
stencila agents list --as json

# List only workspace agents
stencila agents list --source workspace

# List only CLI-detected agents
stencila agents list --source cli

Options

NameDescription
-a, --asOutput the list as JSON or YAML. Possible values: json, yaml, toml.
-s, --sourceFilter by source (may be repeated).

Possible values of --source

ValueDescription
workspace.stencila/agents/ in the workspace
user~/.config/stencila/agents/ (user-level)
builtinEmbedded in the binary
cliAuto-detected from a CLI tool found on PATH
© 2026 Stencila