Commit graph

102 commits

Author SHA1 Message Date
莘权 马
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
刘棒棒
524be9d53e feat: upgrade open-interpreter to 0.1.7 2023-10-08 19:04:12 +08:00
zhanglei
304a03244c add:
1.moderation tools
2.unittest
2023-10-07 16:56:19 +08:00
刘棒棒
f221e31db1 fix: litellm Function calling error. 2023-10-07 16:22:44 +08:00
stellahsr
a78045d87e fix: rm annotations and use old styles 2023-09-23 12:36:32 +08:00
stellaHSR
a74f78f6da
Update search_engine.py
rm useless space
2023-09-21 23:49:57 +08:00
stellaHSR
9860e0d510
Update search_engine.py
add __future__ import to avoid error in py3.9
2023-09-21 15:51:13 +08:00
Ben
58a0ae0a35
Merge branch 'main' into add_open_interpreter 2023-09-21 10:38:57 +08:00
刘棒棒
10b90d4a64 add openai_api_base. 2023-09-20 19:32:01 +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
莘权 马
768e934444 refactor: uuid 2023-09-15 17:32:45 +08:00
stellaHSR
ac4b550736
Update ut_writer.py
bug fix: fix quotes error
2023-09-14 20:41:14 +08:00
femto
b57687761a sk agent 2023-09-14 13:08:23 +08:00
刘棒棒
1d42a98fc8 add english comments. 2023-09-13 23:16:38 +08:00
刘棒棒
754fa5ccbe add support for open-interpreter. 2023-09-13 15:47:51 +08:00
莘权 马
96aad1ce77 feat: +log 2023-09-05 19:25:50 +08:00
莘权 马
f8aea281a8 feat: +iflytek tts 2023-09-05 19:11:22 +08:00
shenchucheng
07a1d229cf restoresearch engine code 2023-09-02 18:03:31 +08:00
莘权 马
ca60cd0557 feat: +s3 2023-09-02 14:30:45 +08:00
Justin-ZL
c5867ac196
Merge pull request #13 from iorisa/feature/fixbug_deadloop
fixbug: dead loop
2023-08-31 21:15:53 +08:00
莘权 马
8c2dfca687 fixbug: dead loop 2023-08-31 21:03:21 +08:00
send18
d051a9d7a0
Merge pull request #11 from iorisa/feature/skills
fixbug: remove aiofile
2023-08-30 17:33:39 +08:00
莘权 马
a5ab5948c9 fixbug: remove aiofile 2023-08-30 17:30:12 +08:00
send18
b782d27bb6
Merge pull request #10 from iorisa/feature/skills
refactor: replace aiofile with aiofiles
2023-08-30 16:22:29 +08:00
莘权 马
8aff30a350 refactor: replace aiofile with aiofiles 2023-08-30 15:36:52 +08:00
shenchucheng
8cb0fbeb40
Merge branch 'dev' into feature-mg 2023-08-30 15:26:46 +08:00
莘权 马
b07b9919a0 fixbug: os.environ 2023-08-30 14:52:00 +08:00
shenchucheng
43dda1edaf fix options error 2023-08-30 11:55:54 +08:00