Commit graph

35 commits

Author SHA1 Message Date
莘权 马
4cb3485c86 feat: After users provide bug feedback, move directly to the WriteCode stage of the process. 2023-12-12 21:32:03 +08:00
莘权 马
9d84c8f047 feat: +SummarizeCode, refactor project_name 2023-12-08 10:34:57 +08:00
莘权 马
17bf646539 feat: merge geekan:cli-etc 2023-11-30 12:53:02 +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
莘权 马
fa675ea315 refactor: 代码优化 2023-11-27 19:32:33 +08:00
莘权 马
70a0be3300 feat: +annotation 2023-11-27 15:49:05 +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
莘权 马
882f22da35 feat: 流程调通 2023-11-24 19:56:27 +08:00
莘权 马
10d9f33150 refactor: use MESSAGE_ROUTE_TO_NONE 2023-11-23 23:04:41 +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
莘权 马
438fbe28c0 refactor: save files 2023-11-23 11:29:09 +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
莘权 马
2bf8ef8c6a feat: RFC 135 2023-11-22 17:08:00 +08:00
garylin2099
f0098f0ae9 add PROJECT_ROOT logging info 2023-11-09 16:51:20 +08:00
莘权 马
c18bc7c876 refactor: Simplify the Message class. 2023-11-08 20:27:18 +08:00
garylin2099
56c2a162ac change PROJECT_ROOT setting & SoftwareCompany -> Team 2023-11-08 19:42:30 +08:00
莘权 马
c496b6b5f6 feat: add default subscriptions to all Role 2023-11-06 22:38:43 +08:00
莘权 马
c6f97f7487 refactor: tx_from/tx_to 2023-11-06 11:47:29 +08:00
莘权 马
96f29dadb8 refactor: update notations 2023-11-03 11:12:59 +08:00
莘权 马
545d77ce0d refactor: Refactor Message transmission & filtering 2023-11-01 20:08:58 +08:00
Stitch-z
e3ecb88293 Feature: invoice ocr assistant 2023-10-10 14:26:03 +08:00
femto
2cd4870592 test to test dir 2023-09-18 12:46:15 +08:00
Stitch-z
414dea3ea6 feature: add a new role tutorial assistant 2023-09-06 14:43:24 +08:00
brucemeek
a0e6d20034
Merge branch 'geekan:main' into main 2023-08-17 11:02:27 -05:00
shenchucheng
25d2621198 add Researcher role 2023-08-08 22:59:26 +08:00
brucemeek
0ff252886d triple checked the translations 2023-07-27 08:40:32 -05:00
brucemeek
5e1dcd8757 double checked for only translation, no changes 2023-07-26 16:08:03 -05:00
brucemeek
f2725b18ad English Translation
translated chinese to english
2023-07-26 14:46:20 -05:00
betterwang
f6b55c8b3b add memory_storage using ann to avoid similar idea repetitive execution 2023-07-24 09:44:03 +08:00
geekan
388241666d 兼容非git clone的直接下载用户 2023-07-08 23:01:32 +08:00
geekan
bcfe49eb2f fix tests 2023-07-07 13:25:51 +08:00
geekan
713c323113 adapt folders without git clone 2023-07-07 10:36:44 +08:00
吴承霖
c871144507 init project 2023-06-30 17:10:48 +08:00