feat: update README

This commit is contained in:
Eduardo Chiarotti
2024-06-20 21:55:25 -03:00
parent 61cce93fd0
commit 161c72b29f

View File

@@ -3,6 +3,8 @@
## Description
This tool is used to give the Agent the ability to run code (Python3) from the code generated by the Agent itself. The code is executed in a sandboxed environment, so it is safe to run any code.
It is incredible useful since it allows the Agent to generate code, run it in the same environment, get the result and use it to make decisions.
## Requirements
- Docker