Ask a question to get started
Enter to send•Shift+Enter new line
Execute a shell command via the default backend.
Unlike file operations, execution is not path-routable — it always delegates to the default backend.
execute( self, command: str, *, timeout: int | None = None ) -> ExecuteResponse
command
str
Shell command to execute.
timeout
int | None
None
Maximum time in seconds to wait for the command to complete.
If None, uses the backend's default timeout.