Skip to main content

Module runner

Module runner 

Source

Structs§

AgentCapabilities
Describes what features an agent supports.
ConfigWarning
A config validation warning.

Traits§

AgentRunner
Trait implemented by each agent adapter.

Functions§

find_binary
Check if any of the binary candidates for the given agent kind exist in PATH.
is_any_binary_available
Check if any binary candidate is available on the system.
resolve_binary
Resolve binary path: user override > PATH candidates > error.

Type Aliases§

EventStream
A boxed, pinned event stream returned by agent runners.