-
Hello, thank you for the excellent code and paper. Regarding DI, I have the following two questions: 1. Are the codes or logs generated after DI work placed in a certain folder like MetaGpt? 2. Is t…
-
MetaGPT:
chunker: https://github.com/geekan/MetaGPT/blob/45e3f954455df71470181d4c84705e4f824edea3/metagpt/utils/text.py#L29C27-L29C27
main method being used:
https://github.com/geekan/MetaGPT/b…
-
The most common usage case about MetaGpt is just like a one-shot command executor。
You input the task: " write me a golang hello world"
And MetaGpt will do lots of works for you, and then return…
-
请问可以给metagpt增加一个,根据已有智能体和工具,以及用户的需求,编排一整个工作流的环节吗
-
**Bug description**
**Bug solved method**
**Environment information**
- LLM type and model name:
- System version:
- Python version:
- MetaGPT version or branch:
- packages …
-
使用DataInterpreter,如何在await mi.run(requirement)中输出每步执行任务的名称在前端展示,即实时返回每一步的self.planner.current_task.instruction在前端展示
-
you can refer these projects to design it.
refer projects:
open-interpreter: https://github.com/OpenInterpreter/open-interpreter
aider: https://github.com/Aider-AI/aider
screenshot-to-code: https:…
-
- 项目名称:MetaGPT
- 项目地址:https://github.com/geekan/MetaGPT
- 项目简介 (**100** 字以内):MetaGPT使 GPT 组成一个软件公司,协作处理更复杂的任务。更具体的,它提供了一个软件公司的全过程与精心调配的SOP,输入一句话的老板需求,就可以输出用户故事 / 竞品分析 / 需求 / 数据结构 / APIs / 文件等。Me…
-
```
Collecting numpy==1.24.3 (from metagpt)
Using cached numpy-1.24.3.tar.gz (10.9 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subproce…
-
I think this framework has true potential just from reading over the code. I was about to clone it and play around but I just noticed it hasn't been changed in 6 months.
What's the deal? Has the pr…