Skip to content

agent

ddx agent

Agent diagnostics and legacy command namespace

Synopsis

The ddx agent namespace is for diagnostics, catalogs, logs, metrics, provider health, and legacy compatibility pages.

Normal execution uses the layered public commands:

  1. ddx run invokes the agent once.
  2. ddx try wraps one bead attempt around ddx run.
  3. ddx work wraps queue selection, retry ownership, and tracking around ddx try.

DDx does not choose concrete model/provider routes. It may pass explicit operator-supplied harness, provider, or model values through to the agent for a debugging pass; otherwise it requests a power range and the agent routes.

Examples: ddx agent list ddx agent capabilities agent ddx agent models ddx agent providers ddx agent doctor ddx agent log

ddx agent [flags]

Options

  -h, --help   help for agent

Options inherited from parent commands

      --config string              config file (default is $HOME/.ddx.yml)
      --library-base-path string   override path for DDx library location
  -v, --verbose                    verbose output

SEE ALSO

Auto generated by spf13/cobra on 21-Apr-2026