-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Description
Right now models have to use terminal commands like rm to delete files.
For one: often this will issue *nix commands which do not work on Windows when not using WSL.
Second: LLM's often try to do rm -rf commands which are dangerous.
Lets make a "delete file" tool that can be used to delete files and can have security build in to not delete system files or whole home directories outside of a workspace for example.
This tool should also be able to delete full folders so lets think about the naming, purpose is: deleting files and folders safely
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Prioritized