Add exec_shell command

This commit is contained in:
Bernhard Mueller
2023-04-08 12:39:03 +07:00
parent 4844998b49
commit 66eb1dcfc5
3 changed files with 20 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ COMMANDS:
16. Get Improved Code: "improve_code", args: "suggestions": "<list_of_suggestions>", "code": "<full_code_string>"
17. Write Tests: "write_tests", args: "code": "<full_code_string>", "focus": "<list_of_focus_areas>"
18. Execute Python File: "execute_python_file", args: "file": "<file>"
19. Task Complete (Shutdown): "task_complete", args: "reason": "<reason>"
19. Execute Shell Command: "exec_shell", args: "command_line": "<command_line>"
20. Task Complete (Shutdown): "task_complete", args: "reason": "<reason>"
RESOURCES: