π Bug Description
I follow the instructions below (It is in Scenarios and Demos)
Here is a gallery of successful explorations (5 traces showed in π₯οΈ Live Demo). You can download and view the execution trace using this command from the documentation.
Below the steps:
- download the demo_traces.zip and extract it (for example to ~/demo_traces)
- launch rdagent ui with below command
rdagent ui --port 19899
- open rdgent ui in browser and try to open the log of ~/demo_traces
Now below error is popped up:
ModuleNotFoundError: No module named 'rdagent.components.coder.factor_coder.CoSTEER'
I walked thru the code but not find above module.
Did I miss something in the steps?