We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d56e0a commit bd47047Copy full SHA for bd47047
libs/deepagents/integrations/runloop.py
@@ -86,6 +86,7 @@ def execute(
86
result = self._client.devboxes.execute_and_await_completion(
87
devbox_id=self._devbox_id,
88
command=command,
89
+ timeout=timeout,
90
)
91
# Combine stdout and stderr
92
output = result.stdout or ""
0 commit comments