Skip to main content

Module chain

Module chain 

Source

Structs§

ChainResult
Full result of a chain execution.
ChainStep
A single step in a multi-step session chain.
StepResult
Result of executing a single chain step.

Constants§

AMBIENT_CRED_ENV_VARS
Ambient credential environment variables that must be stripped from any subprocess audex spawns with scoped credentials. Leaving these in the child environment would let the subprocess fall back to the operator’s personal credentials via AWS/GCP/Azure SDK precedence rules, bypassing the scoped session entirely.

Functions§

parse_step_spec
Parse a step specification string. Format: “allow:command” or just “allow” (command comes from CLI args).