Guess
Guess
“运行测试代码”是指QAEngineer运行它写的单测代码?
关于退出flask的run的问题,LLM给的建议是这样的。你可以在需求里说明要增加一个结束flask run的api接口。 > Flask应用使用`app.run()`方法启动开发服务器,这个方法会一直运行直到被中断。有几种常见的方法可以停止或结束Flask应用的运行: > >1. **Ctrl+C**: 在终端/命令行中按下Ctrl+C组合键,这是最简单的停止方式。这会中断Flask应用的运行,返回到终端提示符。 > >2. **通过代码停止**: 在Flask应用代码中,可以使用`sys.exit()`或`os._exit()`函数来退出应用程序的运行。例如: > > ```python > import sys > > @app.route('/shutdown') > def shutdown(): > func = request.environ.get('werkzeug.server.shutdown') > if...
这个问题没涉及MetaGPT的bug,所以先关闭了。如果你还有任何问题,可以重新打开这个issue或新建Issue继续提问。
这种灵活的开发需求,建议你用[DataInterpreter](https://docs.deepwisdom.ai/main/en/DataInterpreter/)来做。
不是。是把你的技术需求作为需求内容(消息的内容)的一部分发给DI,它自己会调整的
The `Data Interpreter` utilizes the `PLAN_AND_ACT` mode. You can find the detailed code in `metagpt/roles/di/data_interpreter.py`. You can also find relevant demos at [Data Interpreter (DI) | MetaGPT](https://docs.deepwisdom.ai/main/en/guide/use_cases/agent/interpreter/intro.html). Regarding `REACT`, it...
The project path generated by metagpt is under `workspace` folder, such as `workspace/snake_game`. It seems that you filled in the `--project-path` parameter incorrectly, which is why metagpt could not find...
If there are no further questions, this issue will be closed. If you have any other questions, you can reopen this issue or create a new one.
python 3.10.14 OpenAI gpt-4o Last version of MetaGPT I guess `url:data:image/jpeg;base64,` cause the problem.
According to the logs you provided, I found some traces of anomalies: The normal flow should rename the project folder after executing `metagpt.actions.write_prd:run:86`: ``` 2024-08-01 13:53:37.998 | INFO | metagpt.utils.git_repository:rename_root:203...