This repo contains implementations and collected data for REDO: Execution-free Runtime Error Detection for Coding Agents. The contained folders are briefly described as follows:
- src/redo/run: python scripts and jupyter notebooks that are used to run REDO, static analysis tool, LLM, and analyze running results
- requirements.txt: packages required to set up REDO running environment
For instructions on how to run REDO, please see the README in src/redo/run folder.
Generated documentation for the latest released version can be accessed here: https://devcentral.amazon.com/ac/brazil/package-master/package/go/documentation?name=REDO&interface=1.0&versionSet=live
See instructions in DEVELOPMENT.md