Skip to content

validate_config

  • What: Validate current configuration; returns list of warnings/errors.
  • When: Debug environment issues.
  • Example:
from orchestrator import validate_config
print(validate_config())