Commit graph

2001 commits

Author SHA1 Message Date
yzlin
2897981e63 task utils etc. 2024-02-01 20:07:44 +08:00
yzlin
afb702c3f3 Merge branch 'dev' into code_intepreter 2024-02-01 16:27:20 +08:00
yzlin
b1da79c714 refine naming and some details 2024-02-01 16:15:57 +08:00
geekan
97868beacf refactor config 2024-02-01 13:53:57 +08:00
geekan
f3cb2cfbed Merge branch 'main' into dev 2024-02-01 13:25:05 +08:00
林义章
e85f749031 Merge branch 'ci_sd_ut_new' into 'code_intepreter'
SD unittest

See merge request agents/data_agents_opt!70
2024-02-01 03:29:29 +00:00
geekan
097128f022 refine docs 2024-02-01 11:14:34 +08:00
geekan
7e97334168 refine docs 2024-02-01 10:53:08 +08:00
yzlin
ff970ab1c7 Merge branch 'dev' into code_intepreter 2024-02-01 00:27:42 +08:00
geekan
eb94c5f735
Merge pull request #785 from arnaudgelas/fix/prompt-logic
Fix prompt logic when defining to who the message should be sent.
2024-01-31 23:36:53 +08:00
geekan
a762e02000 update config usage 2024-01-31 23:13:38 +08:00
刘棒棒
15e72ca51d chore. 2024-01-31 21:07:40 +08:00
刘棒棒
b9663cebbd fix parse_code bug. 2024-01-31 21:00:02 +08:00
yzlin
487169ee61 rm mle_simple for now 2024-01-31 18:27:12 +08:00
yzlin
f8d69ed01b Merge branch 'dev' into code_intepreter 2024-01-31 18:14:22 +08:00
geekan
ad1edf6092 refine comments 2024-01-31 17:36:04 +08:00
geekan
54388d0a87 refine comments 2024-01-31 17:34:48 +08:00
stellahsr
c44d08ceb0 rm config get in dev 2024-01-31 16:30:50 +08:00
stellahsr
7d38181f56 Merge branch 'code_intepreter' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into code_intepreter
resolve conflict
2024-01-31 16:05:40 +08:00
stellahsr
d74dab9bec update sd ut 2024-01-31 16:03:16 +08:00
shenchucheng
fc412e55a3 fix tests/metagpt/learn/test_google_search.py error 2024-01-31 15:58:26 +08:00
yzlin
30de3b4d64 fix message init bug 2024-01-31 15:08:40 +08:00
geekan
41907b1fe3 add action graph, solver, search space. 2024-01-31 14:14:12 +08:00
yzlin
a9ef85b282 add gptv config 2024-01-31 11:35:05 +08:00
yzlin
56f5dc9f2e fix planner serialization bug, add test data 2024-01-31 10:49:49 +08:00
yzlin
f9519ca417 change ways of using config 2024-01-31 00:39:57 +08:00
yzlin
2fcb2a1cfe Merge branch 'dev' into code_intepreter 2024-01-31 00:08:09 +08:00
yzlin
274747e72f fix test_debug_code 2024-01-30 22:20:34 +08:00
yzlin
ede04f20f6 fix test_write_analysis_code 2024-01-30 22:04:00 +08:00
yzlin
4a7929d880 rm immature code, improve naming, add unittest test rsp cache 2024-01-30 21:04:33 +08:00
yzlin
606f1b8f9c accept goal during run; move more logic from role to planner 2024-01-30 16:43:58 +08:00
莘权 马
06b4e4767a feat: generate_repo return ProjectRepo 2024-01-29 10:20:05 +08:00
程允权
a68c3442bc Refactor get_choice_delta_text for safer dict access 2024-01-28 13:49:31 +08:00
huzixia
c3b4c698d8 update repair_llm_raw_output.py 2024-01-27 18:23:57 +08:00
huzixia
11f70ca9b1 modify code based on feedback of action_node.py and repair_llm_raw_output.py, add code in test_repair_llm_raw_output.py 2024-01-27 18:06:52 +08:00
huzixia
8b5f7848fa delete PR dir 2024-01-27 17:00:59 +08:00
huzixia
43b069f453 Addtionly, if you do not want JSONDecodeError to occur, you can add 'Delete comments in json' after FORMAT_CONSTRAINT in action_node.py 2024-01-26 23:20:16 +08:00
huzixia
ed54f6b86a To avoid JSONDecodeError:
Remove comments in output json str, after json value content, maybe start with #, maybe start with //, particularly, it is not inside the string value

Addtionly, if you do not want JSONDecodeError to occur, you can add 'Delete comments in json' after FORMAT_CONSTRAINT in action_node.py
2024-01-26 22:59:10 +08:00
geekan
aada81bfe6 fix conflicts 2024-01-26 19:06:41 +08:00
geekan
a6bdd02017 add ActionNode.from_pydantic 2024-01-26 19:05:22 +08:00
geekan
d4ae2a839e
Merge pull request #797 from iorisa/feature/compatible_windows
fixbug: compatible with windows path
2024-01-26 15:11:34 +08:00
geekan
59afc5301f update token counter 2024-01-26 15:08:08 +08:00
geekan
cfadd54a3a
Update token_counter.py 2024-01-26 15:02:34 +08:00
mannaandpoem
1f90bc58cc 1. Update the code compression package
2. Modify the prompt of REFINED_TEMPLATE
2024-01-25 16:25:23 +08:00
莘权 马
51169d7a69 feat: + compatible with windows path 2024-01-25 15:40:16 +08:00
yzlin
7aa89a3204 minor update 2024-01-25 15:19:48 +08:00
林义章
1fb77121f4 Merge branch 'add-web-scraping-test' into 'code_intepreter'
Add web scraping test

See merge request agents/data_agents_opt!60
2024-01-25 07:04:38 +00:00
刘棒棒
54a08747db chore 2024-01-25 15:02:52 +08:00
林义章
5f624844cc Merge branch 'tool_manage_new' into 'code_intepreter'
rm make tools in ci for now

See merge request agents/data_agents_opt!61
2024-01-25 06:34:24 +00:00
yzlin
f1a4197a82 rm make tools in ci for now 2024-01-25 14:04:14 +08:00