Cerewro can read your code, run scripts, detect and fix errors, and propose refactoring using the read_file, run_command, search_text and write_file tools together.
Read the file data_process.py, run it and tell me what error it's giving. Then fix it
| Task | Tools used |
|---|---|
| Review code | read_file |
| Run script | run_command |
| Search function/variable | search_text |
| Refactor and save | read_file + write_file |
| Create unit tests | write_file + run_command |