Skip to content

agent check

ddx agent check

Probe provider runtime availability (liveness, model inventory)

Synopsis

Probes each configured provider’s /v1/models endpoint to report runtime availability.

Semantic distinction from ‘doctor’: doctor answers “is my config valid?” (config validation, missing API keys); check answers “what providers can I use right now?” (runtime liveness, which providers respond, which models are available).

Exits 0 if at least one provider is reachable and has at least one usable model. Exits 1 otherwise.

ddx agent check [flags]

Options

  -h, --help              help for check
      --json              Output as JSON array
      --provider string   Check only this provider

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

  • ddx agent - Invoke AI agents with harness dispatch, quorum, and session logging
Auto generated by spf13/cobra on 21-Apr-2026