Commit graph

751 commits

Author SHA1 Message Date
yzlin
30de3b4d64 fix message init bug 2024-01-31 15:08:40 +08:00
刘棒棒
56f640db96 delete test_make_client_kwargs_without_proxy_azure. 2024-01-31 13:55:21 +08:00
刘棒棒
7cead19701 fix: add arg for OpenAILLM in test_get_choice_function_arguments_for_aask_code. 2024-01-31 13:35:48 +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
5dde5a8875 rm unused & format 2024-01-30 22:41:30 +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
geekan
b2e020a97c
Merge pull request #798 from mannaandpoem/dev_incremental
Update the code compression package
2024-01-26 15:10:31 +08:00
mannaandpoem
4680ff5e62 Only retain test_simple_add_calculator, skip other test cases 2024-01-25 17:33:23 +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
Guess
442f2cf974
Merge pull request #794 from mannaandpoem/dev_incremental
Add the tar command to extract the .zip file
2024-01-25 15:42:41 +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
林义章
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
mannaandpoem
0faae9368f Add the tar command to extract the .zip file 2024-01-25 11:52:14 +08:00
mannaandpoem
f9f6dbefa8 Add the tar command to extract the .zip file 2024-01-25 10:33:46 +08:00
莘权 马
d51d262238 fixbug: module 'mock' has no attribute 'patch'
fixbug: unit test
2024-01-24 21:40:12 +08:00
mannaandpoem
431e53617e changed tasks to task 2024-01-24 18:16:47 +08:00
刘棒棒
3f2b512d29 new file: tests/metagpt/tools/libs/test_web_scraping.py 2024-01-24 10:53:37 +08:00
mannaandpoem
62c128602f 1. update bug of getting requirement_doc
2. modify prompt
2024-01-24 09:51:18 +08:00
刘棒棒
0cc0a16e52 add new test for tool_calls_rsp. 2024-01-23 17:50:04 +08:00
刘棒棒
a06d8023d6 update CodeParser.parse_code. 2024-01-23 17:36:19 +08:00
刘棒棒
31813f2512 add new test for tool_calls_rsp. 2024-01-23 17:16:15 +08:00
mannaandpoem
32f9fbb46b Merge branch 'dev' into dev_incremental 2024-01-23 09:39:43 +08:00
林义章
93538cc848 Merge branch 'add-test-for-aask_code-executecode' into 'code_intepreter'
Add test for aask code and executecode

See merge request agents/data_agents_opt!57
2024-01-22 13:42:26 +00:00
geekan
8b13783085 add rsp cache 2024-01-22 19:34:06 +08:00
geekan
7f78c56ad7
Merge pull request #784 from iorisa/feature/remove_global_context
feat: Replace `CONTEXT` with `Context()`
2024-01-22 19:12:53 +08:00
geekan
246d88748e update rsp cache 2024-01-22 19:11:33 +08:00
刘棒棒
1bf9e023e4 add new test. 2024-01-22 18:53:40 +08:00
geekan
452f6e2c38 fix bugs 2024-01-22 18:52:55 +08:00
莘权 马
e8b3e6762b feat: replace global CONTEXT with Config()
fixbug: unit test
2024-01-22 18:01:40 +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
刘棒棒
1793a5fec6 update function_rsps. 2024-01-22 16:09:23 +08:00
geekan
f3d295787e resolve zhipu 2.0.1 2024-01-22 15:37:00 +08:00
刘棒棒
c96b517774 add test. 2024-01-22 15:36:25 +08:00
刘棒棒
5ddaaaa347 add test: test_get_choice_function_arguments_for_aask_code. 2024-01-22 14:56:44 +08:00
mannaandpoem
76d4451fc6 merge main to dev 2024-01-22 13:50:21 +08:00
yzlin
540542834e allow select tool at role initialization & restructure writecodewithtools 2024-01-20 21:06:48 +08:00
yzlin
2ccfe31123 unittest for tool convert 2024-01-19 22:32:43 +08:00
mannaandpoem
e1b783ca14 Merge branch 'main' into incremental_development
# Conflicts:
#	metagpt/schema.py
2024-01-19 19:53:17 +08:00
mannaandpoem
4bb9c006c2 update test case of ActionNode 2024-01-19 19:41:38 +08:00
geekan
b89746b9c7 merge main 2024-01-19 16:02:09 +08:00
mannaandpoem
1959743d0b update write_code_plan_and_change_an.py and add it to _think and _act process 2024-01-19 13:36:38 +08:00
mannaandpoem
95ccd980f8 1. rename and modify plan to code plan and change
2. modify name of ActionNode instance
2024-01-19 11:26:58 +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
mannaandpoem
5190dc4462 1. rename and modify guideline to plan
2. update prompt in ActionNode
3. add code comment
4. refactor Guideline code structure
2024-01-19 09:03:24 +08:00