Skip to content

Commit

Permalink
feat: document the use of isolation better (#8028)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle authored Sep 9, 2024
1 parent f8815c3 commit ef69135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/forge/components/built-in-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Lets the agent execute non-interactive Shell commands and Python code. Python ex
| `shell_denylist` | List of prohibited shell commands | `List[str]` | `[]` |
| `docker_container_name` | Name of the Docker container used for code execution | `str` | `"agent_sandbox"` |

All shell command configurations are expected to be for convience only. This component is not secure and should not be used in production environments. It is recommended to use more appropriate sandboxing.

### CommandProvider

- `execute_shell` execute shell command
Expand Down

0 comments on commit ef69135

Please sign in to comment.