Skip to main content

Module orchestrator

Module orchestrator 

Source
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 on PATH), 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 pattern prometheus-skill-system/prometheus-entity-management already use as submodules), and prebuilt binary (download + extract a release archive for the detected OS/arch).