Skip to content

Commit c6c5964

Browse files
committed
Update TODO
1 parent ca16e6e commit c6c5964

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ class AgentWorkflowInput(BaseModel):
200200
endpoint: str
201201

202202

203+
# The workflow must have the sandbox disabled
203204
@workflow.defn(sandboxed=False)
204205
class AgentWorkflow:
205206
@workflow.run

tests/test_workflow_caller.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ class MCPCallerWorkflowInput:
2020
endpoint: str
2121

2222

23-
# TODO: disable sandbox due to use of ThreadLocal by sniffio
23+
# sandbox disabled due to use of ThreadLocal by sniffio
24+
# TODO: make this unnecessary
2425
@workflow.defn(sandboxed=False)
2526
class MCPCallerWorkflow:
2627
@workflow.run

0 commit comments

Comments
 (0)