Commit graph

762 commits

Author SHA1 Message Date
yzlin
08bf756ae8 rename interpreter 2024-03-01 18:33:49 +08:00
yzlin
56435cd6a0 fix execute_nb_code bug 2024-02-20 21:45:53 +08:00
yzlin
2fc18b49f9 unified Interpreter naming 2024-02-18 17:23:10 +08:00
yzlin
1d5e5b75d3 add __init__ to avoid pypi import failure 2024-02-08 22:15:43 +08:00
mannaandpoem
f781021d5a remove debug 2024-02-08 14:21:39 +08:00
geekan
c0867643d8 fix bug 2024-02-07 16:24:33 +08:00
geekan
4370060802 fix bug 2024-02-07 16:24:04 +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
748aabce70 add future; rename writecodebygenerate tools 2024-02-05 12:00:18 +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
891e35b92f Merge branch 'dev' into code_intepreter 2024-02-02 20:45:45 +08:00
林义章
a74afd6b16 Merge branch 'ci_debugcode_modify' into 'code_intepreter'
1. merge run and run_reflection; 2. remove useless code

See merge request agents/data_agents_opt!74
2024-02-02 12:18:59 +00:00
stellahsr
c9f6b7cc8d 1. merge run and run_reflection; 2. remove useless code 2024-02-02 18:48:23 +08:00
刘棒棒
188f7aa033 Remove unused code. 2024-02-02 18:07:58 +08:00
刘棒棒
f605fc4617 Add type annotations, describe function return values, and remove unused code
Summary of Changes:
- Added type annotations for improved code clarity
- Describe function return values for better documentation
- Removed unused functions and variables to declutter the code

Related to: #736
2024-02-02 15:49:40 +08:00
geekan
119bc0d89a
Merge pull request #809 from better629/feat_new_env
Feat env-refactor
2024-02-02 14:31:37 +08:00
yzlin
1a1610a67e add more comments 2024-02-01 22:23:28 +08:00
yzlin
2897981e63 task utils etc. 2024-02-01 20:07:44 +08:00
shenchucheng
9b613eec59 remove global config in the search/browser engine 2024-02-01 16:47:29 +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
f3cb2cfbed Merge branch 'main' into dev 2024-02-01 13:25:05 +08:00
geekan
097128f022 refine docs 2024-02-01 11:14:34 +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
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
better629
2d372a8863
Merge branch 'dev' into feat_new_env 2024-01-31 15:12:22 +08:00
geekan
41907b1fe3 add action graph, solver, search space. 2024-01-31 14:14:12 +08:00
yzlin
2fcb2a1cfe Merge branch 'dev' into code_intepreter 2024-01-31 00:08:09 +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
better629
310687258e add gpt-4v support for aask and AN.fill 2024-01-30 11:59:53 +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
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
mannaandpoem
431e53617e changed tasks to task 2024-01-24 18:16:47 +08:00
mannaandpoem
7e328e5431 changed {tasks} to {task} in PROMPT_TEMPLATE 2024-01-24 18:05:26 +08:00
mannaandpoem
02b4608f84 changed {tasks} to {task} in PROMPT_TEMPLATE 2024-01-24 18:04:26 +08:00
mannaandpoem
5af94ae133 update comment in get_codes function 2024-01-24 17:51:17 +08:00
mannaandpoem
92384d77dd update comment in get_codes function 2024-01-24 17:40:12 +08:00
mannaandpoem
3450c240c9 remove mode of get_codes function 2024-01-24 16:44:10 +08:00
刘棒棒
0c8a844f5a add strip for result. 2024-01-24 12:06:07 +08:00
mannaandpoem
e42dc522c2 Fix bug in WriteCode 2024-01-24 10:59:32 +08:00
mannaandpoem
62c128602f 1. update bug of getting requirement_doc
2. modify prompt
2024-01-24 09:51:18 +08:00