Commit graph

5106 commits

Author SHA1 Message Date
莘权 马
c619b29d12 feat: +mgx 2024-06-14 18:08:04 +08:00
莘权 马
d8f1a37334 feat: + docstring 2024-06-14 17:02:16 +08:00
莘权 马
1a1e98631d feat: supplement prompt 2024-06-14 15:28:10 +08:00
莘权 马
ff2c54777c refactor WriteTRD.run 2024-06-14 14:48:58 +08:00
林义章
a99cb7532c Merge branch 'role_zero_impr' into 'mgx_ops'
add end command to experience

See merge request pub/MetaGPT!169
2024-06-14 05:59:50 +00:00
garylin2099
aa0f810726 add end command to experience 2024-06-14 13:58:27 +08:00
莘权 马
92dbf76079 feat: +rfc243 2024-06-14 10:34:04 +08:00
林义章
f95a62b5df Merge branch 'role_zero_impr' into 'mgx_ops'
bugfix

See merge request pub/MetaGPT!168
2024-06-13 12:53:52 +00:00
garylin2099
d57d4f3c01 fix one line content (\\n issue) for editor 2024-06-13 20:51:03 +08:00
garylin2099
207f3f3b6a team leader common-sense qa, ask for clarification, increase max_react_loop, issue end command 2024-06-13 20:13:32 +08:00
garylin2099
25ca338110 add back content display for Browser._view 2024-06-13 19:46:36 +08:00
garylin2099
f0df3144d6 fix ask human problem 2024-06-13 15:14:34 +08:00
莘权 马
e8cc6b7193 feat: sync metagpt/utils/di_graph_repository.py
feat: +graph db action
2024-06-13 13:45:41 +08:00
张雷
12ce4ef311 Merge branch 'terminal_env_fix' into 'mgx_ops'
update: git tool

See merge request pub/MetaGPT!164
2024-06-13 03:18:00 +00:00
zhanglei
ad2530aff9 update: git tool 2024-06-13 11:17:16 +08:00
seehi
0c4927f724 update comment 2024-06-12 11:01:46 +08:00
seehi
ae50fee9ec Merge branch 'feat-exp-pool' of gitlab.deepwisdomai.com:pub/MetaGPT into feat-exp-pool 2024-06-11 21:56:21 +08:00
seehi
6052d8b9ac update exp_pool decorator 2024-06-11 21:40:51 +08:00
张雷
8aa4c970d9 Merge branch 'terminal_env_fix' into 'mgx_ops'
update: 环境变量去掉,mgx backend已经支持

See merge request pub/MetaGPT!160
2024-06-11 10:05:54 +00:00
zhanglei
20ce56ce10 update: 环境变量去掉,mgx backend已经支持 2024-06-11 18:05:35 +08:00
zhanglei
3de62c5433 update: 环境变量去掉,mgx backend已经支持 2024-06-11 18:04:33 +08:00
张雷
569a7bcc94 Merge branch 'terminal_env_fix' into 'mgx_ops'
update: terminal初始化的时候把环境变量给过去

See merge request pub/MetaGPT!159
2024-06-11 08:25:17 +00:00
zhanglei
a7733fb4b2 update: terminal初始化的时候把环境变量给过去 2024-06-11 16:23:36 +08:00
林义章
214688dc77 Merge branch 'role_zero_impr' into 'mgx_ops'
save doc in folder by default, change WriteTasks.run, add run examples

See merge request pub/MetaGPT!153
2024-06-11 08:01:31 +00:00
seehi
4650b7bdf1 change req in exp 2024-06-11 15:46:24 +08:00
seehi
790ff55981 add scorer example 2024-06-11 15:46:24 +08:00
seehi
f7514632d9 update comment 2024-06-11 15:46:24 +08:00
seehi
faeee22dcb update comment 2024-06-11 15:46:24 +08:00
seehi
6f84110e0f update exp_pool example 2024-06-11 15:46:24 +08:00
seehi
0510da5295 add handle_exception to ensure robustness 2024-06-11 15:46:24 +08:00
seehi
07bf103fb0 add exp_pool tests 2024-06-11 15:46:24 +08:00
seehi
9b65dea952 update comment 2024-06-11 15:46:24 +08:00
seehi
d600cc47f4 add exp_pool test 2024-06-11 15:46:24 +08:00
seehi
96cd6b5f64 add trajectory schema 2024-06-11 15:46:24 +08:00
seehi
8edfa02533 experiment pool init 2024-06-11 15:46:24 +08:00
seehi
d1198dc58d experiment pool init 2024-06-11 15:46:23 +08:00
seehi
808d65b4c3 experiment pool init 2024-06-11 15:46:23 +08:00
seehi
29c61a7fa4 experience pool 2024-06-11 15:46:23 +08:00
seehi
797a8c5326 change req in exp 2024-06-11 15:40:01 +08:00
garylin2099
1f9a66ea60 add instruction for tl and engineer2 2024-06-07 20:24:07 +08:00
garylin2099
521ba88425 prd saving 2024-06-07 19:14:23 +08:00
garylin2099
e742d9d619 fix set_state bug 2024-06-07 19:11:43 +08:00
garylin2099
fcf254a691 save doc in folder by default, change WriteTasks.run, add run examples 2024-06-07 19:10:58 +08:00
seehi
7ac8397cc9 add scorer example 2024-06-07 18:15:23 +08:00
seehi
547bbfcffc update comment 2024-06-07 14:35:47 +08:00
seehi
16fd197e06 update comment 2024-06-07 10:30:37 +08:00
林义章
4b90d1d24f Merge branch 'feature/json_to_md' into 'mgx_ops'
feat: save prd/design to md

See merge request pub/MetaGPT!149
2024-06-07 02:17:53 +00:00
莘权 马
89f8ac987c feat: save prd/design to md 2024-06-06 22:31:51 +08:00
seehi
1679757d9f update exp_pool example 2024-06-06 20:18:40 +08:00
林义章
cbea1bedec Merge branch 'role_zero_draft' into 'mgx_ops'
Role Zero

See merge request pub/MetaGPT!141
2024-06-06 09:37:45 +00:00