Skip to main content

Module runner

Module runner 

Source
Expand description

Runtime orchestration for launching agents in isolated temporary directories. Runtime execution for launching an agent inside a temporary playground.

The runner copies playground files into a throwaway directory, executes the selected agent command in that directory, and optionally persists the final state as a snapshot.

Functionsยง

run_default_playground
Runs the selected agent inside an empty temporary playground directory.
run_playground
Runs a configured playground with the selected agent command.