Commit graph

4684 commits

Author SHA1 Message Date
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
林义章
5d3f51b010 Merge branch 'dev_ldy' into 'dev'
Dev ldy

See merge request agents/data_agents_opt!3
2023-11-24 12:45:38 +00:00
莘权 马
882f22da35 feat: 流程调通 2023-11-24 19:56:27 +08:00
lidanyang
c159260717 check_param_consistency 2023-11-24 18:56:15 +08:00
mannaandpoem
8ff833f1e3 update increment development, add bug fix function 2023-11-24 18:22:06 +08:00
lidanyang
f19003b413 rename field to tool_field 2023-11-24 17:46:43 +08:00
lidanyang
fdc49775e6 reduce hierarchy of machine learning 2023-11-24 17:23:39 +08:00
lidanyang
142b04fa76 test tool register 2023-11-24 15:04:14 +08:00
lidanyang
a911f5649d add feature engineering tools 2023-11-24 15:03:03 +08:00
lidanyang
b0e28838e4 add function register 2023-11-24 15:02:40 +08:00
lidanyang
bb8c39a312 init function tools and define tool schema 2023-11-24 15:01:52 +08:00
yzlin
a9b46579b4 Merge branch 'fix_write_code_pipeline' into dev 2023-11-24 14:23:12 +08:00
林义章
f0ada24e3d Merge branch 'pipeline' into 'dev'
MLE Pipeline, WritePlan, WriteCodeByGenerate, ExecuteCode

See merge request agents/data_agents_opt!2
2023-11-24 06:14:38 +00:00
yzlin
fdef9c8547 add more components in pipeline 2023-11-24 14:05:11 +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
刘棒棒
8b171b5133 fix: write_code_function bug. 2023-11-24 12:37:20 +08:00
刘棒棒
bba3db5ffe fix: 2023-11-24 12:27:17 +08:00
刘棒棒
824cc247b6 chore 2023-11-24 11:05:51 +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
yzlin
3d18dfe2b5 pipeline first version 2023-11-23 21:59:25 +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