Skip to content

Commit aeda828

Browse files
Allow null sandbox.agent in workflow schema (#53293)
1 parent a4dbe98 commit aeda828

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/parser/schemas/main_workflow_schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3525,6 +3525,10 @@
35253525
"description": "Agent sandbox type: 'awf' uses AWF (Agent Workflow Firewall), or false to disable agent sandbox. Defaults to 'awf' if not specified. Note: Disabling the agent sandbox (false) removes firewall protection but keeps the MCP gateway enabled.",
35263526
"default": "awf",
35273527
"oneOf": [
3528+
{
3529+
"type": "null",
3530+
"description": "Null (an empty 'agent:' key) leaves the agent sandbox at its default of 'awf'"
3531+
},
35283532
{
35293533
"type": "boolean",
35303534
"const": false,

0 commit comments

Comments
 (0)