Commit graph

125 commits

Author SHA1 Message Date
莘权 马
9d84c8f047 feat: +SummarizeCode, refactor project_name 2023-12-08 10:34:57 +08:00
莘权 马
6fa3deef00 feat: merge geekan:cli-etc 2023-11-29 20:58:41 +08:00
莘权 马
94043a89f4 feat: merge geekan:cli-etc 2023-11-29 20:12:03 +08:00
莘权 马
7b44fccf8d feat: merge geekan:cli-etc 2023-11-29 16:22:05 +08:00
莘权 马
78548c2ddc feat: merge geekan:cli-etc 2023-11-28 18:16:50 +08:00
莘权 马
726eadf1cc refactor: 代码优化 2023-11-27 19:54:41 +08:00
莘权 马
4c99107a33 refactor: 代码优化 2023-11-27 19:23: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
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
莘权 马
8ce6914df2 feat: git archive 2023-11-24 14:04:01 +08:00
莘权 马
938fa8a446 feat: git archive 2023-11-24 13:48:25 +08:00
莘权 马
75dcc8d534 fixbug: DebugError 2023-11-24 13:30:00 +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
莘权 马
9339eab20c feat: archive 2023-11-22 20:40:42 +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
莘权 马
cda032948f refactor: pre-commit run --all-files 2023-11-22 16:26:48 +08:00
莘权 马
85e3620638 feat: +file repository 2023-11-20 19:40:15 +08:00
莘权 马
29003a9beb feat: +file repository 2023-11-20 19:36:54 +08:00
莘权 马
f6dab7e054 Merge branch 'feature/rfc135_git_repository_shenquanma' into feature/rfc135_file_repository_shenquanma 2023-11-20 17:45:18 +08:00
莘权 马
913cfaebab feat: archive 2023-11-20 17:41:16 +08:00
莘权 马
9f7da1c768 feat: archive 2023-11-20 17:34:44 +08:00
莘权 马
990d79179f feat: archive 2023-11-20 17:33:24 +08:00
莘权 马
af716c6c30 feat: +annotation 2023-11-20 16:47:12 +08:00
莘权 马
363be23045 feat: +annotation 2023-11-20 16:44:06 +08:00
莘权 马
9c5f7c7671 feat: +annotation 2023-11-20 16:33:46 +08:00
莘权 马
0cf6ec1a93 feat: +git repo 2023-11-20 16:27:16 +08:00
better629
96ce036bd4 add zhipuai api with extra async invoke methods 2023-11-18 21:41:56 +08:00
shenchucheng
771a750e34 release 0.3.0 2023-11-10 14:56:31 +08:00
莘权 马
47d47d274e refactor: According to RFC 113, add message dispatching functionality. 2023-11-08 20:44:39 +08:00
莘权 马
c18bc7c876 refactor: Simplify the Message class. 2023-11-08 20:27:18 +08:00
莘权 马
d9775037b6 refactor: @cause_by.setter 2023-11-04 16:46:32 +08:00
莘权 马
290479969b refactor: update notations 2023-11-03 12:00:18 +08:00
莘权 马
545d77ce0d refactor: Refactor Message transmission & filtering 2023-11-01 20:08:58 +08:00
Stitch-z
96d4f3b7e4 Merge branch 'main' into feature-invoice-ocr-assistant 2023-10-10 14:27:26 +08:00
Stitch-z
e3ecb88293 Feature: invoice ocr assistant 2023-10-10 14:26:03 +08:00
geekan
8129710026
Merge pull request #358 from femto/fix/ltm_serialize
fix ltm serialize_message
2023-09-30 23:37:53 +08:00
femto
6091f1dd73 fix parse 2023-09-26 12:21:46 +08:00
femto
04cf32e1ac fix ltm serialize_message 2023-09-25 13:36:34 +08:00
femto
53afe146b8 fix ltm serialize_message 2023-09-24 14:18:03 +08:00
stellaHSR
c4283d0538
Merge pull request #345 from shenchucheng/main
Fix 'OSError: [WinError 193] %1 is not a valid Win32 application' on …
2023-09-22 16:34:33 +08:00
femto
7b34c433cd
Merge branch 'main' into feature/json_write_prd 2023-09-21 12:00:10 +08:00
stellaHSR
ab95b55662
Merge pull request #343 from Stitch-z/main
Fix research action bug && Optimize universal file operation tools
2023-09-21 11:08:40 +08:00
Ben
58a0ae0a35
Merge branch 'main' into add_open_interpreter 2023-09-21 10:38:57 +08:00
shenchucheng
88baa1caa3 Fix 'OSError: [WinError 193] %1 is not a valid Win32 application' on Windows when converting Mermaid charts 2023-09-20 21:35:50 +08:00
stellaHSR
d6649819f4
Merge pull request #327 from femto/feature/sk_agent
Feature/sk agent with basic planner and action planner
2023-09-20 16:53:31 +08:00
Stitch-z
46930f8343 Update: cancel block writing when writing files && change the file printing log level to debug level 2023-09-20 15:01:47 +08:00