Skip to main content

Module config

Module config 

Source
Expand description

YAML configuration file parsing and dependency-ordered startup.

An agent-procs.yaml file declares a set of ProcessDefs, optional session name, and proxy settings. ProjectConfig::startup_order topologically sorts processes by depends_on edges so they can be launched in the correct order.

Use load_config to read and parse the file, or discover_config to walk up from the current directory until one is found.

Structs§

ProcessDef
ProjectConfig

Constants§

DEFAULT_SESSION

Functions§

discover_config
load_config
resolve_session