Commit graph

6304 commits

Author SHA1 Message Date
Rayhao
1a1855f21a add input param for autogluon 2024-09-25 23:28:16 -07:00
Rayhao
e2cee3905f add autogluon multimodal support 2024-09-25 22:58:04 -07:00
黄伟韬
955ec263c6 Add a function to analyze human responses. 2024-09-26 13:42:43 +08:00
黄伟韬
128312be59 Fix: Engineer do not complete all the unit tests task 2024-09-25 20:36:42 +08:00
黄伟韬
722bb7282e fix typo 2024-09-25 19:57:41 +08:00
黄伟韬
3598c5c3a6 The team leader can only send one message per round. 2024-09-25 19:18:57 +08:00
张雷
abf988a24e Merge branch 'fixbug/similarity_search' into 'mgx_ops'
feat: 修改Editor.similarity_search参数 file_or_path -> path

See merge request pub/MetaGPT!385
2024-09-25 09:19:59 +00:00
莘权 马
4ea8793e8a feat: rename file_or_path -> path 2024-09-25 17:15:14 +08:00
didi
f14830b16a Update optimizer.py 2024-09-25 16:47:12 +08:00
didi
8dfe2de34c Update 2024-09-25 16:46:20 +08:00
林义章
a9ec57dbbb Merge branch 'fixbug/index_max_token' into 'mgx_ops'
feat: IndexRepo + config

See merge request pub/MetaGPT!376
2024-09-25 07:14:55 +00:00
林义章
e0ec17e6aa Merge branch 'feat-memory-opt' into 'mgx_ops'
use long-term memory in rolezero

See merge request pub/MetaGPT!369
2024-09-25 07:13:41 +00:00
ChengZi
4d92fdcec9 lazy dependency for milvus
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
2024-09-25 14:11:21 +08:00
黄伟韬
eda046f78f add incremental development sample in quick think example 2024-09-25 12:58:24 +08:00
黄伟韬
2637af2a40 add static coding instrction in engineer prompt 2024-09-25 11:27:57 +08:00
ChengZi
e5f037f86d update dependency
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
2024-09-25 11:09:08 +08:00
Yizhou Chi
68c672d438 use transformers lib instead of torchvision 2024-09-25 09:59:12 +08:00
Yizhou Chi
31adaee23f add special instruction for img/text dataset 2024-09-24 20:58:41 +08:00
Yizhou Chi
6344046c31 update aug result summarization 2024-09-24 20:48:44 +08:00
didi
6a84a9d49b Update HumanEval Eval 2024-09-24 19:28:03 +08:00
seehi
c69752a600 update comment 2024-09-24 11:12:22 +08:00
林义章
0a9ab5cd1b Merge branch 'ss-improve' into 'expo'
fix random search

See merge request agents/exp_optimizer!20
2024-09-23 08:55:50 +00:00
Yizhou Chi
2f78d57e10 fix random search 2024-09-23 16:46:34 +08:00
seehi
59d94f7760 opt RoleZeroLongTermMemory init 2024-09-23 15:38:08 +08:00
seehi
57b6108318 opt RoleZeroLongTermMemory init 2024-09-23 13:41:26 +08:00
didi
c7f44e956d Update 2024-09-22 21:45:53 +08:00
didi
99a9f7b6e9 update humaneval data path and add baseline data 2024-09-22 19:35:06 +08:00
didi
e3bcedc298 Update Benchmark's data 2024-09-22 15:54:32 +08:00
didi
22e8f9d7fc Update baseline and benchmark; update evaluator 2024-09-22 15:46:50 +08:00
seehi
7b6dc3d744 update llmranker prompt 2024-09-20 18:44:32 +08:00
莘权 马
00e4cd9a80 feat: +report 2024-09-20 16:52:42 +08:00
莘权 马
27f5c0aa28 feat: +report 2024-09-20 16:49:07 +08:00
Yizhou Chi
8dbcd46bfc copy notebook to result after mcts 2024-09-20 15:53:10 +08:00
林义章
e6b0ba8fa1 Merge branch 'fix/engineer_edit_fail' into 'mgx_ops'
修改engineer2合并Editor后的Bad Cases

See merge request pub/MetaGPT!383
2024-09-20 07:49:12 +00:00
林义章
2d62317240 Merge branch 'autosklearn' into 'expo'
add autosklearn setup run

See merge request agents/exp_optimizer!10
2024-09-20 06:27:19 +00:00
莘权 马
dccd199249 feat: Editor.read + file size检查 2024-09-20 14:24:17 +08:00
黄伟韬
486c12e906 Merge branch 'fix/engineer_edit_fail' of https://gitlab.deepwisdomai.com/pub/MetaGPT into fix/engineer_edit_fail 2024-09-20 12:57:23 +08:00
黄伟韬
8eab27e785 add rule to forbiden repeat finish current task 2024-09-20 12:57:19 +08:00
沈楚城
45b20f9ebc Update terminal.py 2024-09-19 12:33:07 +00:00
黄伟韬
1fa20757c0 fix typo 2024-09-19 20:29:54 +08:00
黄伟韬
deb8bb6b29 fix:command exists in the code file 2024-09-19 19:25:27 +08:00
莘权 马
d37954d43a feat: 优化代码 2024-09-19 17:25:09 +08:00
黄伟韬
e495ea90d0 fix:line numbers and line contents do not match. 2024-09-19 15:12:19 +08:00
黄伟韬
a8aaece8fb remove the outdated editor results. 2024-09-18 19:34:39 +08:00
黄伟韬
b112074030 fix:line_number and line_content parameters mismatch 2024-09-18 16:11:32 +08:00
Yizhou Chi
32fc96cf71 Merge remote-tracking branch 'origin/expo' into improve_mcts 2024-09-18 11:01:31 +08:00
莘权 马
9afb00d873 feat: merge mgx_ops 2024-09-18 10:43:56 +08:00
黄伟韬
3ee4bf94a8 fix typo 2024-09-18 09:54:16 +08:00
didi
63f3f884c9 Update for fengwei 2024-09-16 18:13:30 +08:00
duiyipan
d95c1cb333 fix import error 2024-09-16 14:07:09 +08:00