Commit graph

656 commits

Author SHA1 Message Date
seehi
29d36948bf rag pipeline 2024-03-08 00:40:55 +08:00
better629
cc91df59e5 replace langchain with llama-index 2024-03-08 00:39:15 +08:00
莘权 马
8e85dd3bc6 feat: merge geekan:main 2024-03-05 16:03:57 +08:00
Alexander Wu
684ca961c3
Merge pull request #952 from garylin2099/v07-to-main
rename interpreter
2024-03-05 15:39:34 +08:00
莘权 马
5e6b665f15 fixbug: llm.aask unit test failed 2024-03-05 14:14:23 +08:00
莘权 马
e22a28215d feat: merge geekan:main 2024-03-05 10:59:34 +08:00
yzlin
0a01bdec6a rename interpreter 2024-03-01 19:48:39 +08:00
mannaandpoem
eb3c6d14f9 Merge remote-tracking branch 'origin/main' 2024-02-29 16:50:50 +08:00
mannaandpoem
7864f01b01 Merge remote-tracking branch 'origin/main' 2024-02-29 16:46:36 +08:00
mannaandpoem
853d3d520a Merge branch 'dev_split_code_plan_and_change' 2024-02-29 16:27:55 +08:00
Alexander Wu
b17cc3fa03
Merge pull request #939 from better629/feat_mock
Feat mock openai embed for document_store and memory UTs
2024-02-28 11:18:09 +08:00
lixiangtiandashen
dfa33fcdaa
Update role.py
由于提示词里要求llm选择的状态码是 0 到 状态数-1,所以我认为这里往states里添加动作对应状态时,也应当从0开始。
2024-02-22 04:31:24 +08:00
莘权 马
739452edbb feat: merge geekan:dev 2024-02-19 11:02:10 +08:00
mannaandpoem
464de9e945 1. Split CODE_PLAN_AND_CHANGE into DEVELOPMENT_PLAN and IMPLEMENT_CHANGE
2. Update prompt
3. Adjust the position of the log for WriteCodePlanAndChange
2024-02-18 19:12:45 +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
geekan
a9b3098307
Merge pull request #860 from mannaandpoem/dev_lxb
Remove CODE_PLAN_AND_CHANGE_FILENAME and add code_plan_and_change_doc in CodingContext
2024-02-07 11:47:15 +08:00
yzlin
ee4aba206e fix empty code when aask_code not returning language 2024-02-06 23:22:53 +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
20393e9d7a rename tool type 2024-02-05 11:38:07 +08:00
yzlin
4cfee3ba27 rm code steps, mv planner, mv ci mle 2024-02-04 23:23:18 +08:00
mannaandpoem
13d6159468 1. remove CODE_PLAN_AND_CHANGE_FILENAME
2. add code_plan_and_change_doc to _new_code_actions
2024-02-04 17:23:00 +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
shenchucheng
f742827586 fix not fully defined error 2024-02-02 18:50:28 +08:00
yzlin
1da50f1825 remove ToolTypesEnum 2024-02-02 17:57:49 +08:00
莘权 马
0e864dc9da Merge branch 'geekan/dev' into feature/rebuild 2024-02-02 17:20:14 +08:00
莘权 马
dadd09bfb5 feat: merge geekan:dev 2024-02-02 16:47:52 +08:00
shenchucheng
3125f4c0c7 remove extra value after model_validator in Role/ContextMixin 2024-02-02 16:35:51 +08:00
shenchucheng
f6824b078c fix ContextMixin ut error 2024-02-02 16:13:29 +08:00
yzlin
35438e7b03 role pydantic init 2024-02-02 15:21:54 +08:00
莘权 马
c380cf6783 fixbug: endless summarize 2024-02-02 00:00:06 +08:00
莘权 马
b366bf13a2 fixbug: useless summarize action 2024-02-01 23:52:46 +08:00
莘权 马
55d95fe5bc fixbug: useless summarize code 2024-02-01 23:39:12 +08:00
shenchucheng
9b613eec59 remove global config in the search/browser engine 2024-02-01 16:47:29 +08:00
yzlin
b1da79c714 refine naming and some details 2024-02-01 16:15:57 +08:00
yzlin
487169ee61 rm mle_simple for now 2024-01-31 18:27:12 +08:00
yzlin
56f5dc9f2e fix planner serialization bug, add test data 2024-01-31 10:49:49 +08:00
yzlin
2fcb2a1cfe Merge branch 'dev' into code_intepreter 2024-01-31 00:08:09 +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
aada81bfe6 fix conflicts 2024-01-26 19:06:41 +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
mannaandpoem
5af94ae133 update comment in get_codes function 2024-01-24 17:51:17 +08:00