Loading...
mutiro agent host doctor

Verify host setup and engine configuration

Synopsis

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

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 host doctor

Output JSON for automation

mutiro agent host doctor --json

Check specific config file

mutiro agent host doctor --config /path/to/.mutiro-agent.yaml

Use in scripts

if mutiro agent host doctor; then mutiro agent host fi

mutiro agent host doctor [flags]

Usage mutiro agent host doctor [flags]
Examples

Verify host setup

mutiro agent host doctor

Output JSON for automation

mutiro agent host doctor --json

Check specific config file

mutiro agent host doctor --config /path/to/.mutiro-agent.yaml

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 host mutiro agent host doctor sandbox