Expand description
Process orchestration helpers for UAR child binaries.
Modules§
- process_
supervisor - Probe-then-adopt-or-spawn supervisor for child binaries.
- provisioning
- Pluggable tool provisioning: given a declared
ToolSpec, resolve a runnable executable path via, in order: Adopt (already onPATH), native package manager (apt/dnf/brew/winget/choco, whichever matches the current OS and is available), git install (clone the tool’s own repo and build it from source — the same patternprometheus-skill-system/prometheus-entity-managementalready use as submodules), and prebuilt binary (download + extract a release archive for the detected OS/arch).