20.0
)None
, an empty dictionary will be used. (default: :obj:None
)CAMEL_WORKDIR
environment variable (if set). If the environment variable is not set, it defaults to ./workspace
. All execution and write operations will be restricted to this directory. Read operations can access paths outside this directory. (default: :obj:None
)True
)True
)False
)True
)True
, the command runs in interactive mode, connecting it to the terminal’s standard input. This is useful for commands that require user input, like ssh
. Defaults to False
. Interactive mode is only supported on macOS and Linux. (default: :obj:False
)interactive
is set to True
, this function may block if the
command requires input. In safe mode, some commands that are
considered dangerous are restricted.
None
, it waits indefinitely. (default: :obj:None
)True
, a newline character (\n
) is appended to the input, simulating pressing the Enter key.