Cerewro puede leer tu código, ejecutar scripts, detectar y corregir errores, y proponer refactorizaciones usando las tools read_file, run_command, search_text y write_file en conjunto.
Lee el archivo proceso_datos.py, ejecútalo y dime qué error está dando. Luego corrígelo
| Tarea | Tools usadas |
|---|---|
| Revisar código | read_file |
| Ejecutar script | run_command |
| Buscar función/variable | search_text |
| Refactorizar y guardar | read_file + write_file |
| Crear tests unitarios | write_file + run_command |