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 ca16e6e commit c6c5964Copy full SHA for c6c5964
README.md
@@ -200,6 +200,7 @@ class AgentWorkflowInput(BaseModel):
200
endpoint: str
201
202
203
+# The workflow must have the sandbox disabled
204
@workflow.defn(sandboxed=False)
205
class AgentWorkflow:
206
@workflow.run
tests/test_workflow_caller.py
@@ -20,7 +20,8 @@ class MCPCallerWorkflowInput:
20
21
22
23
-# TODO: disable sandbox due to use of ThreadLocal by sniffio
+# sandbox disabled due to use of ThreadLocal by sniffio
24
+# TODO: make this unnecessary
25
26
class MCPCallerWorkflow:
27
0 commit comments