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 |
|
莘权 马
|
3e8bba70bc
|
fixbug: send useless message to nobody from QaEngineer
|
2023-11-23 21:38:51 +08:00 |
|
莘权 马
|
9a3c92ed11
|
fixbug: send useless message to nobody from QaEngineer
|
2023-11-23 21:38:39 +08:00 |
|
莘权 马
|
66cff9023f
|
fixbug: Delete the incorrect message.
|
2023-11-23 18:10:44 +08:00 |
|
莘权 马
|
13b37306cd
|
Merge branch 'feature/rfc116_shenquanma' into feature/rfc135_shenquanma
|
2023-11-23 17:51:51 +08:00 |
|
莘权 马
|
2032a38542
|
feat: rewrite Engineer & WriteCode & WriteCodeReview
|
2023-11-23 17:49:38 +08:00 |
|
莘权 马
|
0fdeab3f20
|
fixbug: Message was incorrectly filtered by the profile.
|
2023-11-23 17:36:01 +08:00 |
|
better629
|
56b75b34dd
|
rm not fully ready claude_api
|
2023-11-23 13:38:33 +08:00 |
|
better629
|
c25d5a73d1
|
add ut test_repair_invalid_json
|
2023-11-23 11:53:11 +08:00 |
|
莘权 马
|
438fbe28c0
|
refactor: save files
|
2023-11-23 11:29:09 +08:00 |
|
better629
|
502bb2c449
|
fix extract_content_from_output
|
2023-11-23 11:21:25 +08:00 |
|
better629
|
1a67878b7e
|
move after_log as general one
|
2023-11-23 09:29:40 +08:00 |
|
better629
|
9a2ac792fe
|
add __init__
|
2023-11-23 01:55:56 +08:00 |
|
better629
|
642335317b
|
add independent openllm and fireworks config fields, add llm output postprecess plugin
|
2023-11-23 01:46:14 +08:00 |
|
莘权 马
|
369047e558
|
refactor: write prd & system design
|
2023-11-22 22:00:51 +08:00 |
|
莘权 马
|
62d93517b4
|
refactor: write prd & system design
|
2023-11-22 21:59:14 +08:00 |
|
莘权 马
|
e8131652de
|
refactor: write prd & system design
|
2023-11-22 21:45:44 +08:00 |
|
莘权 马
|
9339eab20c
|
feat: archive
|
2023-11-22 20:40:42 +08:00 |
|
莘权 马
|
e9471ed206
|
feat: merge rfc116
|
2023-11-22 17:29:34 +08:00 |
|
莘权 马
|
fb2167cccf
|
feat: merge geekan:env_factor
|
2023-11-22 17:19:34 +08:00 |
|
莘权 马
|
2bf8ef8c6a
|
feat: RFC 135
|
2023-11-22 17:08:00 +08:00 |
|
莘权 马
|
20ae74e99d
|
feat: Merge geekan:env_refactore
|
2023-11-22 16:57:42 +08:00 |
|
Guess
|
84d9f98a7a
|
Merge pull request #19 from geekan/env_refactor
Env refactor
|
2023-11-22 16:45:33 +08:00 |
|