Loading...
mutiro agent doctor

Verify host setup and engine configuration

Synopsis

Run pre-flight checks to verify the agent host can start successfully.

This is a convenient alias for 'mutiro agent host doctor'.

This command verifies:

  • Configuration file is valid
  • Engine is properly configured
  • Required dependencies are available
  • API keys and credentials work
  • Network connectivity to AI services

Run this before starting the host to catch configuration issues early.

Exit codes: 0 - Setup is ready (all checks passed) 1 - Setup failed (critical issues found) 2 - Setup incomplete (warnings, may have limited functionality)

Examples:

Verify host setup

mutiro agent doctor mutiro agent host doctor

Output JSON for automation

mutiro agent doctor --json

Use in scripts

if mutiro agent doctor; then mutiro agent host fi

mutiro agent doctor [flags]

Usage mutiro agent doctor [flags]
Examples

Verify host setup

mutiro agent doctor mutiro agent host doctor

Output JSON for automation

mutiro agent doctor --json

Use in scripts

mutiro agent host
Options
Flag Type Description
--config string Path to agent config file
-h, --help bool help for doctor
--json bool Output in JSON format
Global Options
Flag Type Description
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro agent