Yingli Zhou

Results 3 issues of Yingli Zhou

solved issue.#205 Although I added a file to rewrite net.conn, it seems a bit complicated, but in fact it only adds a layer of judgment to the leastconn strategy, and...

enhancement

I can open the webpage at http://localhost:3001/ ![F5605EFA-CE0C-4855-A52D-C222638CE039](https://github.com/OpenDevin/OpenDevin/assets/51695571/ae24fb7e-4ff5-4b4d-9ea1-d9224b2521a1) But, I will stucking at this step, and can't output anything else.

bug
severity:medium

## 支持在jupyter环境运行LLM产生的代码 可以参考MetaGPT的实现 https://github.com/geekan/MetaGPT/blob/main/metagpt/actions/di/execute_nb_code.py#L30 ## 优点如下: 1. 更好的定位错误,来让LLM来自我reflection修复代码 2. 对数据分析/数据科学任务更加友好 3. 可以输出数据分析的图例 4. 可以通过!pip xxx自动安装包来解决环境依赖问题 5. 更好的拆解复杂代码任务,如可以把代码分解到几个cell内部,分别执行每个cell,这样的成功率会更高

enhancement
work in progress