Commit graph

4678 commits

Author SHA1 Message Date
Yizhou Chi
d6fd6f5ca0 remove comment 2024-08-13 18:16:51 +08:00
Yizhou Chi
19dee63729 optimize quick think system prompt 2024-08-13 17:12:01 +08:00
Yizhou Chi
b8f05f5827 将quick think prompt改为system prompt,减少request离结尾的距离 2024-08-13 16:17:12 +08:00
Yizhou Chi
5b3f84e597 Merge branch 'mgx_ops' into feat-intention-fs 2024-08-12 19:02:24 +08:00
Yizhou Chi
7b49e4db38 limit quickthink output 2024-08-12 19:00:50 +08:00
王金淋
7400b4bb88 Merge branch 'feat-serialize-mgxenv' into 'mgx_ops'
Feat serialize mgxenv

See merge request pub/MetaGPT!290
2024-08-12 10:54:09 +00:00
seehi
2222cf3379 use exclude 2024-08-12 18:24:10 +08:00
Yizhou Chi
502cb469a7 Merge remote-tracking branch 'origin/mgx_ops' into feat-intention-fs 2024-08-12 18:16:35 +08:00
Yizhou Chi
c4bd06dcb8 limit outputs to be only thought and response category 2024-08-12 18:16:16 +08:00
seehi
24e03d97ac fix conflict 2024-08-12 17:36:21 +08:00
seehi
b4207cec92 use pydantic's exclude 2024-08-12 17:16:28 +08:00
林义章
f84fe76d28 Merge branch 'feat-intention-fs' into 'mgx_ops'
quick_think prompt增加few-shot examples,将意图分为QUICK, SEARCH, TASK, AMBIGUOUS

See merge request pub/MetaGPT!292
2024-08-12 07:54:33 +00:00
Yizhou Chi
e0cc3e8d1b 修改quick think response category 临时if逻辑 2024-08-12 15:32:55 +08:00
seehi
11894d12f3 add an example 2024-08-12 15:19:36 +08:00
seehi
9d40d96535 add an example 2024-08-12 15:04:56 +08:00
seehi
31764add8a add an example 2024-08-12 14:56:15 +08:00
Yizhou Chi
c8cc67cdb2 Remove teaminfo method in rolezero 2024-08-12 14:43:39 +08:00
Yizhou Chi
59f03d60bd Change OOD to AMBIGUOUS 2024-08-12 14:40:29 +08:00
seehi
587dd0cc81 use serialize in SerializationMixin 2024-08-12 14:37:00 +08:00
Yizhou Chi
bd9cb75f1a optimized intention recognition for ood 2024-08-12 14:35:30 +08:00
Yizhou Chi
17b51c13de optimized four-case intention prompts 2024-08-12 14:11:17 +08:00
张雷
c3d7b57bc6 Merge branch 'feature/disable_trd' into 'mgx_ops'
feat: disable write trd

See merge request pub/MetaGPT!297
2024-08-12 03:51:32 +00:00
莘权 马
b1b8b84d85 feat: disable write trd 2024-08-12 11:41:18 +08:00
张雷
a9ac0b128e Merge branch 'feat-exp-pool' into 'mgx_ops'
exp_pool add `enabled`

See merge request pub/MetaGPT!291
2024-08-12 03:11:59 +00:00
张雷
f9a8789234 Merge branch 'reconstruct_the_structure_of_the_prompt' into 'mgx_ops'
重构提问题词和记忆的编排顺序

See merge request pub/MetaGPT!288
2024-08-12 03:10:38 +00:00
张雷
30818e8195 Merge branch 'feature-search-config' into 'mgx_ops'
add discovery_service_url for GoogleAPIWrapper

See merge request pub/MetaGPT!296
2024-08-12 03:07:12 +00:00
shenchucheng
9b360265a9 add discovery_service_url for GoogleAPIWrapper 2024-08-11 01:31:20 +08:00
张雷
f9eb9cb7d2 Merge branch 'cr_update' into 'mgx_ops'
update: CR优化自动化跑测暴露的问题

See merge request pub/MetaGPT!295
2024-08-10 09:53:04 +00:00
zhanglei
0979dacd2a update: CR优化自动化跑测暴露的问题 2024-08-10 17:46:37 +08:00
黄伟韬
812d6a825d 修改合并swe-agent系统提示词后的代码错误 2024-08-09 20:47:41 +08:00
黄伟韬
d788722bc2 合并teamleader 和sweagent的原系统提示词 2024-08-09 19:54:57 +08:00
黄伟韬
f338d168ca 合并teamleader,swe-agent的原系统提示词 2024-08-09 18:58:51 +08:00
王金淋
f68cb033b3 Merge branch 'feat-qa-search' into 'mgx_ops'
Feat qa search

See merge request pub/MetaGPT!294
2024-08-09 10:34:10 +00:00
seehi
8f6f71ba7e solve anti-robot in web search 2024-08-09 18:30:28 +08:00
seehi
75b015bdf0 solve anti-robot in web search 2024-08-09 18:27:31 +08:00
seehi
43340b79eb solve anti-robot in web search 2024-08-09 18:22:50 +08:00
林义章
7292f29fe3 Merge branch 'fixbug/editor_pdf' into 'mgx_ops'
fixbug: async Editor.read

See merge request pub/MetaGPT!293
2024-08-09 09:55:36 +00:00
莘权 马
d900a01844 fixbug: async Editor.read 2024-08-09 17:47:35 +08:00
seehi
887f180e58 create new func handle_unknown_serialization 2024-08-09 16:38:38 +08:00
Yizhou Chi
f87386b48d add-few-shots-quick-think-prompt 2024-08-09 16:34:27 +08:00
seehi
d2bd9055f3 fix conflict 2024-08-09 16:15:00 +08:00
seehi
36db2b067e exp_pool add enabled 2024-08-09 16:05:48 +08:00
林义章
06f8ee05cb Merge branch 'feature/editor_pdf' into 'mgx_ops'
feat: Editor + read pdf/docx...

See merge request pub/MetaGPT!282
2024-08-09 06:32:22 +00:00
张雷
38d8b7d55d Merge branch 'fix_swe_command_repeat' into 'mgx_ops'
fix: fix swe agent command repeat

See merge request pub/MetaGPT!284
2024-08-09 05:43:05 +00:00
seeker-jie
c4604f7ea8 update 2024-08-09 10:40:15 +08:00
seehi
d98d36fec5 serialize mgxenv 2024-08-09 10:34:20 +08:00
莘权 马
48748ff00b refactor: str -> Path 2024-08-09 10:33:15 +08:00
seehi
98ac5fbce3 serialize mgxenv 2024-08-09 10:31:03 +08:00
黄伟韬
ea990d8d68 combine_system_prompt 2024-08-08 21:10:08 +08:00
黄伟韬
075a82e6f4 将角色定义,角色instruction和工具加入开始的system_prompt中 2024-08-08 20:44:12 +08:00