Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/visual-builder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ DiceAgent/
dice_tool.py # tool code
```

!!! warning "Security Note"
When you upload or provide YAML agent configurations (for example,
`root_agent.yaml`), the `args` key (used in `CodeConfig.args` or
`ToolConfig.args`) is strictly blocked. If this key is present in your
configuration, it will result in an upload error. This is a security
measure to prevent arbitrary Remote Code Execution (RCE).

!!! note "Editing generated agents"

You can edit the generated files in your development environment. However,
Expand All @@ -124,4 +131,4 @@ Check out more information on the Agent Config code format used by Visual Builde
and the available options:

* [Agent Config](/agents/config/)
* [Agent Config YAML schema](/api-reference/agentconfig/)
* [Agent Config YAML schema](/api-reference/agentconfig/)
Loading