MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming

Results 680 MetaGPT issues
Sort by recently updated
recently updated
newest added

**Features** - Planning ability for general `Role` through `_plan_and_act` function - A `CodeInterpreter(Role)` that could solve problems through coding. This role inherits the planning ability and can also use tools....

**Bug description** ``` parse json from content inside [CONTENT][/CONTENT] failed at retry 1, exp: Expecting ',' delimiter: line 6 column 27 (char 135) ``` **Bug solved method** Perhaps we could...

**Vulnerability description** When we use QaEngineer role, arbitrary code execution could happen because QaEngineer adopt a dangerous action `RunCode` to test codes generated by Engineer. `RunCode.run_script()` method invokes `subprocess.Popen` without...

enhancement
inactive

**Feature description** **Your Feature**

setup是这样写的: MetaGPT will read your setup in this priority order: config/key.yaml > config/config.yaml > environment variable 但MetaGPT / metagpt/ config.py的代码部分,顺序是environment variable是最优先的: ![CleanShot 2024-01-08 at 18 13 17@2x](https://github.com/geekan/MetaGPT/assets/45737948/6bf40624-8c5f-4516-b8f4-7aaef61aa945)

配置出了问题,但不知道如何解决,麻烦大大帮忙看下 配置如下 #### if AZURE, check https://github.com/openai/openai-cookbook/blob/main/examples/azure/chat.ipynb OPENAI_API_TYPE: "azure" OPENAI_BASE_URL: "https://xxx.openai.azure.com" OPENAI_API_KEY: "xxx" OPENAI_API_VERSION: "0613" DEPLOYMENT_NAME: "aiplus" 启动后出现如下错误 $ metagpt "create a 2048 game in python" 2024-01-06 22:06:50.647 | INFO...

使用场景: 1. MetaGPT 服务所在的机器需要通过Proxy 才能访问Internet 2. 使用自行搭建/三方搭建的 API service 中转 预期行为: 可以配置MetaGPT服务的网络代理 同时 可以设置API server 的自定义地址 实际测试:同时设置后网络访问失败

**Bug description** It looks like I'm consistently encountering an issue when using the `Researcher` role. At some point during the research, an SSL `ssl.SSLWantReadError` exception is encountered, and when attempting...

**Bug description** 官方Example 无法运行 **Bug solved method** **Environment information** - LLM type and model name: gpt-3.5-turbo-1106 - System version: Windows11 - Python version:3.11.3 - packages version: "0.5.2", - installation method:...

**Features** - New support for Action\Role to select different LLM as a base.