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.