Commit graph

6314 commits

Author SHA1 Message Date
莘权 马
86cc30b081 feat: + comments 2024-09-02 20:06:57 +08:00
Yizhou Chi
a1668a1d9d add custom experimenter 2024-09-02 20:00:46 +08:00
莘权 马
a2b212703f feat: +log 2024-09-02 19:47:04 +08:00
莘权 马
12e0fc7b1b feat: +log 2024-09-02 19:39:58 +08:00
黄伟韬
68c10d05b0 update engineer2 cmd prompt 2024-09-02 19:33:59 +08:00
莘权 马
eaf949fada feat: +log 2024-09-02 19:21:38 +08:00
黄伟韬
10b55155de Update the prompt to include the editor and terminal state 2024-09-02 19:11:23 +08:00
莘权 马
ef846e5499 feat: +log 2024-09-02 19:10:31 +08:00
莘权 马
4605554230 fixbug: _is_fingerprint_changed 2024-09-02 18:32:39 +08:00
莘权 马
d6a6e56a6f fixbug: error:/bin/sh: 1: Syntax error: "(" unexpected 2024-09-02 18:04:13 +08:00
Yizhou Chi
ab8be7a183 update readme 2024-09-02 17:01:25 +08:00
莘权 马
f365b1f33f fixbug: circular import 2024-09-02 16:57:55 +08:00
Yizhou Chi
f2603a9d31 remove deprecated comments 2024-09-02 16:51:33 +08:00
莘权 马
57b57f8257 fixbug: circular import 2024-09-02 16:50:03 +08:00
didi
c3903412b4 Update Operator Optimize Method. 2024-09-02 16:47:03 +08:00
莘权 马
eb383323e9 fixbug: circular import 2024-09-02 16:47:00 +08:00
莘权 马
1976142c28 fixbug: circular import 2024-09-02 16:24:20 +08:00
莘权 马
0a1d0e720d Merge branch 'gitlab/mgx_ops' into feature/rfc258 2024-09-02 15:30:18 +08:00
Yizhou Chi
f28908e4c5 1. role.py - 如果已经有plan,便不再重复生成
2. 修改prompt,让predictions.csv生成的格式与原gt格式一样
2024-09-02 15:15:53 +08:00
黄伟韬
7b11bfabc1 Update the engineer's prompt to align with the editor's functionality 2024-09-02 14:49:35 +08:00
Yizhou Chi
0e5db1c364 1. add ml module
2. fix bug
2024-09-02 14:07:14 +08:00
Yizhou Chi
0b30866d10 fix prompt's json format 2024-09-02 10:39:08 +08:00
张雷
4e82d86166 Merge branch 'feature-circle-import' into 'mgx_ops'
fix circle import

See merge request pub/MetaGPT!361
2024-09-02 02:25:12 +00:00
Yizhou Chi
27bbc927b0 1. Rewrite logger message
2. fix import
2024-09-02 10:21:30 +08:00
Yizhou Chi
16d1bf0da0 Rename insight generate to instruction generator 2024-09-02 09:59:47 +08:00
Yizhou Chi
ae6a195750 fix bug - make rollout more consistent 2024-08-30 20:35:17 +08:00
Yizhou Chi
32759f031c add experimenter 2024-08-30 19:55:40 +08:00
黄伟韬
5408093d1c Merge remote-tracking branch 'origin/swe_editer' into combine_swe_edit 2024-08-30 19:29:01 +08:00
liushaojie
d3f8664ddd fix 2024-08-30 18:25:46 +08:00
liushaojie
8ca577f22e update: editor 2024-08-30 18:20:26 +08:00
shenchucheng
fd2ea925ce fix circle import 2024-08-30 18:05:12 +08:00
黄伟韬
08f7256b1f update comment 2024-08-30 17:56:24 +08:00
黄伟韬
e7ab2c17f1 Merge branch 'mgx_ops' into add_swe_agent_ablilities_to_engineer2 2024-08-30 17:50:23 +08:00
liushaojie
6ebb9952b8 update: editor 2024-08-30 17:43:52 +08:00
Yizhou Chi
d14f07f9b1 1. change data.yaml to more generalized path
2. correct import
2024-08-30 16:59:38 +08:00
Yizhou Chi
211f758b53 add openml to requirement 2024-08-30 16:58:31 +08:00
Yizhou Chi
fab1293cab ignore expo/results 2024-08-30 16:26:56 +08:00
Yizhou Chi
95d7160c0e add expo 2024-08-30 16:26:05 +08:00
张雷
5e48be356f Merge branch 'fix-serialization-error' into 'mgx_ops'
fix Base Role Serialization error

See merge request pub/MetaGPT!360
2024-08-29 12:36:05 +00:00
shenchucheng
aef687dab7 fix Base Role Serialization error 2024-08-29 20:26:06 +08:00
seeker-jie
b394fed52b Merge branch 'mgx_ops' into swe_editer 2024-08-29 18:03:47 +08:00
liushaojie
1dad0ae44e update: test editor 2024-08-29 17:56:01 +08:00
林义章
bbbaf08563 Merge branch 'opt_speed_quality' into 'mgx_ops'
Faster & Better Engineer2, & some small updates

See merge request pub/MetaGPT!359
2024-08-29 03:28:20 +00:00
莘权 马
a8773d176e feat: add index repo 2024-08-29 11:25:23 +08:00
garylin2099
a63b7d2829 make the role aware of current time 2024-08-28 22:03:51 +08:00
garylin2099
400a1671ef report write_new_code 2024-08-28 21:58:03 +08:00
garylin2099
e635668139 raise max_react_loop to 50, ask human when limit is reached 2024-08-28 21:11:37 +08:00
garylin2099
381fc0d4ba add write_new_code for code writing. Remove Editor.write & ValidateAndRewriteCode from Engineer2 2024-08-28 21:00:01 +08:00
张雷
082fd3e15f Merge branch 'cr_tokens' into 'mgx_ops'
update: CR points.json use English

See merge request pub/MetaGPT!358
2024-08-28 07:04:51 +00:00
zhanglei
ac9eee347a update: CR points.json use English 2024-08-28 15:03:46 +08:00