Verify host setup and engine configuration
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]
Verify host setup
Output JSON for automation
Use in scripts
| Flag | Type | Description |
|---|---|---|
| --config | string | Path to agent config file |
| -h, --help | bool | help for doctor |
| --json | bool | Output in JSON format |
| Flag | Type | Description |
|---|---|---|
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |