Commit graph

37 commits

Author SHA1 Message Date
莘权 马
8a9c9de4f2 fixbug: unit test 2024-01-05 19:19:23 +08:00
莘权 马
c966138a74 feat: +unit test
fixbug: Align to the same root directory in accordance with `class_views`

fixbug: The class has lost namespace information.

feat: + mock

fixbug: project name invalid

feat: +mermaid sequence diagram

feat: translate from code to mermaid sequence

feat: translate from code to mermaid sequence
2024-01-05 10:25:20 +08:00
yzlin
d041b6290f version and readme update 2024-01-03 19:32:29 +08:00
geekan
38015322b6 fix bugs 2024-01-02 23:38:51 +08:00
yzlin
95fc01f96f solve req conflict, add install script, and time cost stats 2024-01-02 14:18:55 +08:00
voidking
f070b1a6c7 bugfix: unittest dependencies 2023-12-29 22:57:50 +08:00
shenchucheng
ff6d2392d2 update duckduckgo-search version 2023-12-29 11:33:36 +08:00
shenchucheng
ca7d54696d update the pyppeteer extras require 2023-12-28 22:47:03 +08:00
shenchucheng
a125692345 add test extras_require 2023-12-28 21:54:53 +08:00
geekan
3be990ea3f use pathlib to refine setup.py 2023-12-24 20:06:43 +08:00
geekan
311d351799 refine setup process 2023-12-24 18:00:57 +08:00
geekan
4fa2b32046 refine setup process 2023-12-24 17:23:59 +08:00
geekan
1073ffd60d
Merge branch 'dev' into v0.5-release 2023-12-19 18:00:56 +08:00
geekan
bef1071c5a setup.py: update 2023-12-19 11:10:17 +08:00
geekan
5022e2e713 remove requirements-ocr.txt and place the optional setup to setup.py 2023-12-19 10:52:21 +08:00
garylin2099
a88f931fe9 update version and roadmap 2023-12-18 19:26:38 +08:00
garylin2099
feef54ba3b patch release v0.5.1 2023-12-17 13:52:37 +08:00
garylin2099
493224439e version preparation 2023-12-15 18:48:43 +08:00
Sirui Hong
35f2552e33
Merge pull request #541 from iorisa/rebase/geekan/env_refactor
feat: rebase to geekan:main
2023-12-12 13:53:15 +08:00
莘权 马
4fcfa90d47 feat: rebase geekan:main 2023-12-12 11:58:15 +08:00
geekan
292344cf40 change all mail address from fuzhi.ai to deepwisdom.ai 2023-12-11 15:23:55 +08:00
garylin2099
4a9b85f268 update version 2023-12-08 15:30:02 +08:00
莘权 马
78548c2ddc feat: merge geekan:cli-etc 2023-11-28 18:16:50 +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
shenchucheng
771a750e34 release 0.3.0 2023-11-10 14:56:31 +08:00
hy.li
53d5a1e86e extras_require: pyppeteer 2023-09-15 13:03:21 +08:00
shenchucheng
6e6e91660d Make the SearchEngine more user-friendly. 2023-08-17 17:37:20 +08:00
shenchucheng
2d8a3f1296 add example for the researcher role 2023-08-08 23:02:15 +08:00
shenchucheng
b6542768ee update extras_require 2023-07-25 01:31:58 +08:00
shenchucheng
d07b6ba540
Merge branch 'main' into main 2023-07-24 01:50:24 +08:00
shenchucheng
6ac39c2afa update deps for web browser engine 2023-07-24 00:22:38 +08:00
hongjiongteng
0722257cd8 Format import according to isort 2023-07-22 11:28:22 +08:00
geekan
748ef5535a check mmdc via running in case of setup failed. 2023-07-04 11:09:26 +08:00
geekan
0205b7ee5e refine dirs 2023-07-03 21:44:50 +08:00
geekan
16b0932540 use default cn language 2023-07-03 15:19:22 +08:00
geekan
3ede3e3990 fix setup of mmdc, check it later. 2023-07-03 11:23:00 +08:00
吴承霖
c871144507 init project 2023-06-30 17:10:48 +08:00