莘权 马
|
db9e900838
|
feat: merge geekan:cli-etc
|
2023-11-29 09:52:26 +08:00 |
|
莘权 马
|
78548c2ddc
|
feat: merge geekan:cli-etc
|
2023-11-28 18:16:50 +08:00 |
|
莘权 马
|
2cd7d266dd
|
feat: merge Config class of send18:dev branch
|
2023-11-27 21:20:46 +08:00 |
|
莘权 马
|
726eadf1cc
|
refactor: 代码优化
|
2023-11-27 19:54:41 +08:00 |
|
莘权 马
|
fa675ea315
|
refactor: 代码优化
|
2023-11-27 19:32:33 +08:00 |
|
莘权 马
|
81e719faa2
|
refactor: 代码优化
|
2023-11-27 19:29:29 +08:00 |
|
莘权 马
|
4c99107a33
|
refactor: 代码优化
|
2023-11-27 19:23:20 +08:00 |
|
莘权 马
|
ef9a925281
|
feat: + gitpython 3.1.40
|
2023-11-27 19:11:12 +08:00 |
|
莘权 马
|
5b5d6d9253
|
Merge branch 'cli-etc' of https://github.com/geekan/MetaGPT into feature/geekan_cli_etc
|
2023-11-27 17:59:25 +08:00 |
|
Guess
|
62f0745b46
|
Merge pull request #22 from geekan/main
feat: Merge geekan/MetaGPT/main
|
2023-11-27 17:46:06 +08:00 |
|
莘权 马
|
45e48c8093
|
feat: merge geekan:main
|
2023-11-27 17:44:16 +08:00 |
|
莘权 马
|
66fc1b8350
|
feat: merge geekan:main
|
2023-11-27 17:43:20 +08:00 |
|
莘权 马
|
bd5daeb4e6
|
feat: +annotation
|
2023-11-27 16:27:35 +08:00 |
|
莘权 马
|
0c84c2c212
|
feat: +annotation
|
2023-11-27 16:21:53 +08:00 |
|
莘权 马
|
4c296a348b
|
feat: +annotation
|
2023-11-27 16:18:39 +08:00 |
|
莘权 马
|
e656e55f30
|
feat: +annotation
|
2023-11-27 16:15:55 +08:00 |
|
莘权 马
|
41549e6280
|
feat: +annotation
|
2023-11-27 16:11:49 +08:00 |
|
莘权 马
|
94ab03d2da
|
feat: +annotation
|
2023-11-27 16:02:18 +08:00 |
|
莘权 马
|
ad6cf62d21
|
feat: +annotation
|
2023-11-27 15:57:19 +08:00 |
|
莘权 马
|
70a0be3300
|
feat: +annotation
|
2023-11-27 15:49:05 +08:00 |
|
geekan
|
22288a342d
|
1. 动作优化
1. SummarizeCode动作:用于基于代码进行总结,思考bug、逻辑、todo
2. CodeReview动作优化:目前强制要求回答问题,有更高的成功率了
1. 增加了LGTM/LBTM的回答,在LGTM时会及时停止,不重写代码
2. 目前增加了设置中的参数code_review_k_times,与reflexion类似,设置为2
3. 仍然有概率发生指令不遵循,尤其是会有比较高的概率发生同时review多个代码文件,还没想好怎么解决 #FIXME
3. 增加了env到Action结构中,现在可以直接调用环境接口了
4. WriteDesign:去除了对project_name的纠正代码,现在引导下可以一次生成对
1. 修改了提示词中的##格式,改为了JSON格式
2. 数据结构
1. Document的标准化:Env->Repo->Document,其中Document/Asset/Code都是Document
1. 原用于检索的Document改为IndexableDocument
2. Repo结构引入:用于Document装载与元数据装载
3. RepoParser引入:写了一个简单的AST parser(后续可能要换tree-sitter),给出了整库symbol
4. Env中增加了set/get/set_doc/get_doc接口,用于set/get单个变量或者一个Document。这个逻辑后续或许会进一步简化
3. 配置优化
1. 默认更换为gpt-4-1106-preview,以获得最好的效果与成本
2. 提供~/.metagpt作为配置最高优先级目录,从中读取config.yaml
3. workspace可以灵活指定了,在config中配置
4. project_name可以由命令行指定,并且改为由ProductManager生成
4. metagpt作为默认命令行,而非python startup.py
metagpt --help
metagpt --project-name game_2048 "make a 2048 game"
metagpt "make a 2048 game"
metagpt --project-name game_2048 --inc "将2048改为4096"
metagpt --project-name game_2048 --auto-inc "make a 2048 game"
1. 使用新的METAGPT_ROOT生成方式,而非寻找git,以便cli安装
2. 命令行由fire换为了typer,它会带来相对更好的体验
3. project_name可以灵活指定了,在metagpt命令行输入中配置
5. 其他
1. 现在支持多国语言了,中文已测试
2. BossRequirement -> UserRequirement
3. 大量错误文本的修正,增加了可读性
4. 中量提示词优化,稍微提升了一些准确率
5. 暂时屏蔽了LongtermMemory相关逻辑,这个逻辑底层调用了langchain的FAISS,会带来~5秒加载耗时
6. 修复了安装包中的部分描述错误
7. 去除了config中在openai_proxy设定时对base的重复修改,这个修改应该在openai初始化时发生
8. 修复了JSON在中文存储时的特定问题,ensure_ascii=False
|
2023-11-27 15:48:12 +08:00 |
|
geekan
|
715a1d874a
|
fix config
|
2023-11-27 15:48:07 +08:00 |
|
geekan
|
331d74059f
|
1. 动作优化
1. SummarizeCode动作:用于基于代码进行总结,思考bug、逻辑、todo
2. CodeReview动作优化:目前强制要求回答问题,有更高的成功率了
2. 数据结构
1. Document的标准化:Env->Repo->Document,其中Document/Asset/Code都只用Document
1. 原用于检索的Document改为IndexableDocument
2. Repo结构引入:用于Document装载与元数据装载
3. RepoParser引入:写了一个简单的AST parser(后续可能要换tree-sitter),给出了整库symbol
3. 配置优化
1. 默认更换为gpt-4-1106-preview,以获得最好的效果与成本
2. 提供~/.metagpt作为配置最高优先级目录,从中读取config.yaml
3. workspace可以灵活指定了,在config中配置
4. metagpt作为默认命令行,而非python startup.py
1. 使用新的METAGPT_ROOT生成方式,而非寻找git,以便cli安装
2. 命令行由fire换为了typer,它会带来相对更好的体验
3. project_name可以灵活指定了,在metagpt命令行输入中配置
5. 其他
1. BossRequirement -> UserRequirement
2. 大量错误文本的修正,增加了可读性
3. 中量提示词优化,稍微提升了一些准确率
4. 暂时屏蔽了LongtermMemory相关逻辑,这个逻辑底层调用了langchain的FAISS,会带来~5秒加载耗时
5. 修复了安装包中的部分描述错误
|
2023-11-27 15:47:06 +08:00 |
|
莘权 马
|
628ecc0fb7
|
feat: +annotation
|
2023-11-27 15:46:25 +08:00 |
|
莘权 马
|
fbd24635df
|
feat: +annotation
|
2023-11-27 15:40:36 +08:00 |
|
莘权 马
|
512e205cd0
|
feat: +annotation
|
2023-11-27 15:38:46 +08:00 |
|
莘权 马
|
16226a2e11
|
feat: +annotation
|
2023-11-27 15:35:22 +08:00 |
|
莘权 马
|
9c13958f6c
|
feat: +annotation
|
2023-11-27 15:31:01 +08:00 |
|
莘权 马
|
0f03645a89
|
feat: +annotation
|
2023-11-27 15:27:56 +08:00 |
|
莘权 马
|
a405b4759b
|
feat: +annotation
|
2023-11-27 13:49:15 +08:00 |
|
Sirui Hong
|
6f345002c4
|
Merge pull request #499 from seehi/feature-update-readme
Update README
|
2023-11-27 12:31:59 +08:00 |
|
莘权 马
|
5ea488d37a
|
feat: +annotation
|
2023-11-27 12:03:21 +08:00 |
|
莘权 马
|
c483d0d7a3
|
feat: +annotation
|
2023-11-27 12:00:50 +08:00 |
|
莘权 马
|
759c8378e4
|
feat: +annotation
|
2023-11-27 11:54:09 +08:00 |
|
莘权 马
|
57d826a40c
|
feat: +annotation
|
2023-11-27 11:44:46 +08:00 |
|
莘权 马
|
22c5077747
|
feat: +annotation
|
2023-11-27 11:32:40 +08:00 |
|
莘权 马
|
86c5e5e8e6
|
feat: +annotation
|
2023-11-27 11:28:07 +08:00 |
|
莘权 马
|
e1cabcad49
|
feat: +annotation
|
2023-11-27 11:21:52 +08:00 |
|
莘权 马
|
882f22da35
|
feat: 流程调通
|
2023-11-24 19:56:27 +08:00 |
|
莘权 马
|
8ce6914df2
|
feat: git archive
|
2023-11-24 14:04:01 +08:00 |
|
莘权 马
|
938fa8a446
|
feat: git archive
|
2023-11-24 13:48:25 +08:00 |
|
莘权 马
|
45be71d9bf
|
fixbug: DebugError
|
2023-11-24 13:36:35 +08:00 |
|
莘权 马
|
75dcc8d534
|
fixbug: DebugError
|
2023-11-24 13:30:00 +08:00 |
|
better629
|
9e97e6d3d0
|
Update README_JA.md
|
2023-11-24 10:07:38 +08:00 |
|
better629
|
7a41870015
|
Update README_CN.md
|
2023-11-24 10:07:12 +08:00 |
|
better629
|
7ef9fddc64
|
Update README.md
|
2023-11-24 10:06:42 +08:00 |
|
莘权 马
|
10d9f33150
|
refactor: use MESSAGE_ROUTE_TO_NONE
|
2023-11-23 23:04:41 +08:00 |
|
莘权 马
|
6d77cd89c8
|
refactor: delete useless codes
|
2023-11-23 22:54:22 +08:00 |
|
莘权 马
|
0c201d11e9
|
feat: merge rfc116
|
2023-11-23 22:46:17 +08:00 |
|
莘权 马
|
ec3dd004af
|
feat: Change the operation of transmitting file content during the QA process to transmitting file names instead.
|
2023-11-23 22:41:44 +08:00 |
|