Commit graph

77 commits

Author SHA1 Message Date
Yizhou Chi
788e42ea55 update model list 2024-09-30 16:06:48 +08:00
Yizhou Chi
8dbcd46bfc copy notebook to result after mcts 2024-09-20 15:53:10 +08:00
林义章
0bf2d60248 rm lgb 2024-09-15 05:33:48 +00:00
Yizhou Chi
1cdffc3d85 FE prompt: FE通常不会make changes而是加新的特征
DI prompt: 要求让predictions最终结果一致,并提供例子
2024-09-14 20:49:49 +08:00
Yizhou Chi
f856d768fe remove recommendation from di initial prompt, add recommendation to task type prompt 2024-09-14 18:05:02 +08:00
Yizhou Chi
743c67aef8 change task type prompt to prevent unwanted label transformation 2024-09-14 17:34:17 +08:00
Yizhou Chi
0e27e3d8be 使用code block做reflection 2024-09-06 10:31:01 +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
王胜
95c2f64c3b
Modify the test case of DEBUG_REFLECTION_EXAMPLE 2024-04-14 10:36:04 +08:00
yzlin
38f21137ec Merge branch 'main' into code_interpreter 2024-03-12 15:13:14 +08:00
yzlin
bf4b13ec4a simplify tool convert 2024-03-11 12:30:00 +08:00
yzlin
0116de01b9 disentangle planner and tool module, optimize tool module, add react mode 2024-03-07 21:22:44 +08:00
yzlin
0a2273c7a0 small fixes 2024-03-04 10:45:00 +08:00
yzlin
0a01bdec6a rename interpreter 2024-03-01 19:48:39 +08:00
yzlin
4c1ee630f6 merge mle & interpreter 2024-02-29 18:23:26 +08:00
yzlin
a2b85641c3 rm unnecessary function call 2024-02-27 17:59:50 +08:00
yzlin
219d361ca6 rm repetitive tool config for writing code; rm WriteCodeWithoutTools 2024-02-26 21:10:16 +08:00
yzlin
82a0d03e31 unified Interpreter naming 2024-02-18 17:06:39 +08:00
yzlin
c602c69c7d add __init__ for pypi packaging 2024-02-08 22:40:38 +08:00
lidanyang
f51df40ebb add eda prompt 2024-02-07 12:02:46 +08:00
yzlin
402704379c improve details 2024-02-05 16:32:41 +08:00
yzlin
9343a6bd2c mv pip success logic, rm redundant prompt 2024-02-05 15:40:41 +08:00
yzlin
4cfee3ba27 rm code steps, mv planner, mv ci mle 2024-02-04 23:23:18 +08:00
yzlin
24d2c5c8e6 isolate codes to be restructured in the future 2024-02-04 10:45:02 +08:00
yzlin
4a7929d880 rm immature code, improve naming, add unittest test rsp cache 2024-01-30 21:04:33 +08:00
yzlin
f1a4197a82 rm make tools in ci for now 2024-01-25 14:04:14 +08:00
林义章
7f5f95d41b Merge branch 'tool_manage_new' into 'code_intepreter'
convert local class or function to tool, tool clarification at role initialization

See merge request agents/data_agents_opt!55
2024-01-22 09:12:02 +00:00
mannaandpoem
9661c3c681 update IMAGE2WEBPAGE_PROMPT for gpt_v_generator tool 2024-01-22 09:15:17 +08:00
yzlin
540542834e allow select tool at role initialization & restructure writecodewithtools 2024-01-20 21:06:48 +08:00
mannaandpoem
06b35a34a6 fix bug of save file and update prompt for gpt_v_generator tool 2024-01-19 10:00:56 +08:00
yzlin
1cabf2c503 change register arg name, integrate image2web tool 2024-01-18 21:22:34 +08:00
yzlin
c8858cd8d4 minimize ml_engineer 2024-01-18 21:22:34 +08:00
yzlin
8a14dde219 tool_type renaming 2024-01-18 21:22:34 +08:00
yzlin
c8da839afe moving files 2024-01-18 21:22:34 +08:00
yzlin
46cd219e81 add tool registry 2024-01-18 21:22:04 +08:00
mannaandpoem
40f5d5e40e add vision tool for code_interpreter 2024-01-12 18:30:48 +08:00
yzlin
39915ec2ba add comments to clarify tool_type prompts 2024-01-12 10:50:35 +08:00
yzlin
e99c5f29f4 tool management at one place, add aask_code mock, azure mock 2024-01-11 22:55:31 +08:00
yzlin
e12ab25b7c generalize write code with tools, simplify ml_engineer 2024-01-11 00:23:26 +08:00
yzlin
767c99388f format using precommit 2024-01-10 14:15:30 +08:00
yzlin
853086924a Merge branch 'main' into dev_updated 2024-01-10 14:10:15 +08:00
yzlin
851ec41380 fix task type issue; add TaskResult data type 2024-01-09 16:54:36 +08:00
geekan
a8df4f85f0 remove prompts of mineraft 2024-01-02 21:35:58 +08:00
yzlin
db4e3343f1 general planner, code interpreter 2023-12-28 20:17:33 +08:00
刘棒棒
c76c1765ef Merge branch 'dev' into 'dev_make_tools'
# Conflicts:
#   metagpt/roles/ml_engineer.py
2023-12-26 06:18:27 +00:00
lidanyang
e0903fe51f refine ml prompt 2023-12-21 17:45:50 +08:00
刘棒棒
cb31ede9c1 add udf in ML_MODULE_MAP. 2023-12-19 17:58:22 +08:00
莘权 马
829dfd8997 feat: merge geekan:main 2023-12-14 20:34:04 +08:00
lidanyang
3c8ef3e848 Merge remote-tracking branch 'origin/dev' into dev_tool_selection
# Conflicts:
#	metagpt/roles/ml_engineer.py
2023-12-13 19:52:27 +08:00