Commit graph

769 commits

Author SHA1 Message Date
刘棒棒
980851136f chore 2024-03-11 17:07:54 +08:00
刘棒棒
09e3a8e1fa refine run_cell and parse_outputs. 2024-03-11 17:00:44 +08:00
刘棒棒
3c9ed18f7e refine: rm is_success = "traceback" not in output.keys() 2024-03-11 14:51:02 +08:00
刘棒棒
9db705f20f refine: rm truncate. 2024-03-11 14:43:00 +08:00
刘棒棒
bcde5171e0 refine parse_outputs in ExecuteNbCode. 2024-03-11 13:57:25 +08:00
刘棒棒
803359a758 refine: add terminate in Interpreter instead of Role. 2024-03-11 11:25:23 +08:00
刘棒棒
247fa13e86 fix: pip error. 2024-02-21 11:03:48 +08:00
刘棒棒
e1eb69b07d chore: annotated in English. 2024-02-19 10:21:59 +08:00
刘棒棒
711c5e6809 set block on white style for markdown block. 2024-02-18 19:16:42 +08:00
yzlin
82a0d03e31 unified Interpreter naming 2024-02-18 17:06:39 +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