Commit graph

129 commits

Author SHA1 Message Date
geekan
001ec115d7 use config 2024-01-11 16:19:52 +08:00
geekan
2d048e91b1 use config 2024-01-11 16:19:52 +08:00
geekan
ba477a93d5 refine code 2024-01-11 16:19:52 +08:00
geekan
193fc5535a merge main 2024-01-08 15:19:38 +08:00
geekan
e5d11a046c add context and config2 2024-01-04 21:16:23 +08:00
莘权 马
51a8691722 fixbug: fix unit test 2024-01-04 10:10:13 +08:00
shenchucheng
269750e616 fix search_engine_serper arbitrary types error 2024-01-03 10:18:55 +08:00
geekan
05749fad31 refactor filename 2024-01-02 21:44:51 +08:00
geekan
77c537d202 fix bug in faiss 2023-12-29 10:32:10 +08:00
geekan
933cd1f049 fix code parser etc. 2023-12-29 00:45:25 +08:00
shenchucheng
8cfb031a72 add proxy for webdriver downloader 2023-12-28 22:34:28 +08:00
莘权 马
f76078dedf feat: merge 2023-12-28 18:05:33 +08:00
better629
e7c7c88c47 update to pydantic v2 and fix conflicts 2023-12-28 16:36:17 +08:00
莘权 马
16f0a0fd06 feat: Action Node + exclude parameter
refactor: awrite

feat: +unit test
2023-12-28 11:58:13 +08:00
莘权 马
6c95f2d21a feat: Action Node + exclude parameter
refactor: awrite

feat: +unit test
2023-12-28 10:05:14 +08:00
莘权 马
0adabfe53f feat: +unit test
fixbug: PYTHONPATH

fixbug: unit test
2023-12-27 21:47:48 +08:00
better629
afaa7385c4 add pydantic v2 support and change role's private fields into public 2023-12-27 14:00:54 +08:00
莘权 马
1df853158b feat: merge geekan:dev 2023-12-26 22:29:19 +08:00
geekan
4645ffbc57 remove oi and clone_function 2023-12-26 22:11:01 +08:00
莘权 马
f3f19811a0 feat: +unit test 2023-12-26 22:06:17 +08:00
莘权 马
dce4696f17 Merge branch 'dev' of https://github.com/geekan/MetaGPT into geekan/dev 2023-12-26 19:13:13 +08:00
莘权 马
6512f40ddd feat: +unit test 2023-12-26 19:11:27 +08:00
geekan
0435b1321f refine code 2023-12-26 17:54:52 +08:00
geekan
bb1b9823d0 remove sync api in openai 2023-12-26 15:59:11 +08:00
better629
66925dd791 migrate from pydantic v1 to v2 2023-12-26 14:44:09 +08:00
莘权 马
6a16900953 fixbug: config.yaml
feat: +tests
2023-12-26 11:49:51 +08:00
莘权 马
0fdb552468 fixbug: 修复通用智能体role及其相关的TalkAction和SkillAction 2023-12-25 22:39:03 +08:00
莘权 马
f441c88156 fixbug: timeout & prompt_format 2023-12-24 12:30:08 +08:00
莘权 马
9a1909bb95 feat: merge geekan:main 2023-12-22 16:40:04 +08:00
geekan
d46b7c4018 fix moderation, remove claude from LLM, refine exceptions handler 2023-12-21 14:45:53 +08:00
seehi
163da9a2e7 format code 2023-12-21 12:44:43 +08:00
seehi
9a4f0d555c
Merge branch 'main' into feature-openai-v1 2023-12-21 12:06:12 +08:00
geekan
e068f5b1bc
Merge pull request #542 from igot-ai/chore/add-selenium-support-docker-safer
[CHORE] selenium config better performance
2023-12-21 11:19:25 +08:00
geekan
62f34db137 refine code. move azure tts to tool, refactor actions 2023-12-19 23:53:04 +08:00
莘权 马
4ffac9c391 feat: merge geekan/dev 2023-12-19 17:03:49 +08:00
geekan
f1c6a7ebfb refine code: use handle_exception function instead of in-function duplicate code frags 2023-12-19 16:16:52 +08:00
莘权 马
41361915a1 feat: upgrade openai 1.x 2023-12-18 13:49:33 +08:00
莘权 马
ea21217a69 feat: merge send18 2023-12-15 16:29:55 +08:00
莘权 马
7effe7f74c feat: merge send18:dev 2023-12-14 15:06:04 +08:00
geekan
292344cf40 change all mail address from fuzhi.ai to deepwisdom.ai 2023-12-11 15:23:55 +08:00
paulaan
00f8b47d39 move to chrome 2023-12-10 00:42:38 +07:00
paulaan
d196bd0cc9 selenium config better performance 2023-12-10 00:15:39 +07:00
seehi
eaf531e0ac support new openai package 2023-12-05 11:26:54 +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
莘权 马
cda032948f refactor: pre-commit run --all-files 2023-11-22 16:26:48 +08:00
刘棒棒
1e645ddc6a chore: change comment respond to query_respond 2023-10-09 11:23:56 +08:00
刘棒棒
3c98fddbe4 Merge branch 'upgrade-oi' of https://github.com/orange-crow/MetaGPT into upgrade-oi 2023-10-09 11:20:43 +08:00
刘棒棒
6bfd0b89b6 chore: remove unused code and add example of the open-interpreter query respond. 2023-10-09 11:19:18 +08:00
Ben
9bc73c576d
Merge branch 'geekan:main' into upgrade-oi 2023-10-08 19:05:53 +08:00