刘棒棒
|
ff5e7deb21
|
add strip for result.
|
2024-01-24 10:52:30 +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 |
|
yzlin
|
9b3987ff29
|
add docstring parser
|
2024-01-22 14:58:06 +08:00 |
|
yzlin
|
0f245f530e
|
logging
|
2024-01-22 13:57:52 +08:00 |
|
yzlin
|
540542834e
|
allow select tool at role initialization & restructure writecodewithtools
|
2024-01-20 21:06:48 +08:00 |
|
yzlin
|
c4a60d89e0
|
make tool yaml from class or func docstring
|
2024-01-19 22:29:37 +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 |
|
yzlin
|
88c4c8c90d
|
integrate web scraping tool
|
2024-01-18 23:26:34 +08:00 |
|
yzlin
|
c32dcca293
|
fix schema reading bug
|
2024-01-18 21:22:34 +08:00 |
|
yzlin
|
1cabf2c503
|
change register arg name, integrate image2web tool
|
2024-01-18 21:22:34 +08:00 |
|
yzlin
|
9dc421b122
|
rename schema to schemas to avoid pydantic warning
|
2024-01-18 21:22:34 +08:00 |
|
yzlin
|
c8858cd8d4
|
minimize ml_engineer
|
2024-01-18 21:22:34 +08:00 |
|
yzlin
|
8a14dde219
|
tool_type renaming
|
2024-01-18 21:22:34 +08:00 |
|
yzlin
|
638dda31cf
|
add unit tests for tool registry
|
2024-01-18 21:22:34 +08:00 |
|
yzlin
|
c8da839afe
|
moving files
|
2024-01-18 21:22:34 +08:00 |
|
yzlin
|
d7ab4d315d
|
renaming and integrate sd tool, fix import issue
|
2024-01-18 21:22:33 +08:00 |
|
yzlin
|
46cd219e81
|
add tool registry
|
2024-01-18 21:22:04 +08:00 |
|
刘棒棒
|
10129c6ecf
|
update scrape_web.
|
2024-01-18 12:07:31 +08:00 |
|
刘棒棒
|
02a81abe5d
|
Merge branch 'code_intepreter' into 'update-code-intepreter-by-auto-aask'
# Conflicts:
# metagpt/tools/__init__.py
|
2024-01-18 03:54:39 +00:00 |
|
刘棒棒
|
29fd7117ef
|
update module.
|
2024-01-16 11:57:08 +08:00 |
|
刘棒棒
|
b430e2c88f
|
update scrape_web module.
|
2024-01-15 19:02:37 +08:00 |
|
刘棒棒
|
a7e088845e
|
update scrape_web docstring.
|
2024-01-15 18:11:22 +08:00 |
|
刘棒棒
|
75628caf4d
|
add scrape_web.py
|
2024-01-15 18:10:57 +08:00 |
|
刘棒棒
|
00f7f93234
|
add scrape_web.
|
2024-01-15 18:09:56 +08:00 |
|
mannaandpoem
|
7f1584db9e
|
1. add test_vision.py
2. add save_webpages function in vision.py and vision.yml
|
2024-01-15 17:26:35 +08:00 |
|
mannaandpoem
|
841f69d5ed
|
update config.yaml and vision.py for configuration of vision
|
2024-01-15 13:04:24 +08:00 |
|
mannaandpoem
|
23fdf90d21
|
Merge branch 'code_intepreter' into code_intepreter_add_vision
# Conflicts:
# metagpt/tools/__init__.py
|
2024-01-15 11:42:28 +08:00 |
|
mannaandpoem
|
f45a368be2
|
1. add vision config in config.yaml
2. add imitate_webpage.py in example
3. update vision.py
|
2024-01-15 11:13:35 +08:00 |
|
林义章
|
4eb366cd31
|
Merge branch 'add_test_for_ml_tools' into 'code_intepreter'
Add test for ml tools
See merge request agents/data_agents_opt!44
|
2024-01-13 02:42:38 +00:00 |
|
mannaandpoem
|
40f5d5e40e
|
add vision tool for code_interpreter
|
2024-01-12 18:30:48 +08:00 |
|
stellahsr
|
13010f6c90
|
add async function for sd tool
|
2024-01-12 17:19:49 +08:00 |
|
stellahsr
|
192e2aa807
|
Merge branch 'code_intepreter' into sd_and_debugcode_ut
|
2024-01-12 16:58:05 +08:00 |
|
stellahsr
|
d06dc0f8c5
|
Merge branch 'code_intepreter' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into code_intepreter
|
2024-01-12 16:51:59 +08:00 |
|
stellahsr
|
75134d205d
|
Merge branch 'code_intepreter' of https://gitlab.deepwisdomai.com/agents/data_agents_opt into code_intepreter
update example of sd_tool_usage
|
2024-01-12 16:51:49 +08:00 |
|
yzlin
|
88270482d0
|
fix libs path
|
2024-01-12 16:35:18 +08:00 |
|
lidanyang
|
99675a5a82
|
add unittest and remove old code
|
2024-01-12 16:22:54 +08:00 |
|
yzlin
|
e99c5f29f4
|
tool management at one place, add aask_code mock, azure mock
|
2024-01-11 22:55:31 +08:00 |
|
stellahsr
|
12bc0104b6
|
add asyn sd ut
|
2024-01-11 22:43:02 +08:00 |
|
stellahsr
|
a98edada1a
|
增加非异步接口
sd工具yaml
|
2024-01-11 20:48:27 +08:00 |
|
yzlin
|
767c99388f
|
format using precommit
|
2024-01-10 14:15:30 +08:00 |
|
yzlin
|
853086924a
|
Merge branch 'main' into dev_updated
|
2024-01-10 14:10:15 +08:00 |
|
莘权 马
|
51a8691722
|
fixbug: fix unit test
|
2024-01-04 10:10:13 +08:00 |
|
shenchucheng
|
269750e616
|
fix search_engine_serper arbitrary types error
|
2024-01-03 10:18:55 +08:00 |
|
geekan
|
05749fad31
|
refactor filename
|
2024-01-02 21:44:51 +08:00 |
|
geekan
|
77c537d202
|
fix bug in faiss
|
2023-12-29 10:32:10 +08:00 |
|
geekan
|
933cd1f049
|
fix code parser etc.
|
2023-12-29 00:45:25 +08:00 |
|
shenchucheng
|
8cfb031a72
|
add proxy for webdriver downloader
|
2023-12-28 22:34:28 +08:00 |
|
莘权 马
|
f76078dedf
|
feat: merge
|
2023-12-28 18:05:33 +08:00 |
|
better629
|
e7c7c88c47
|
update to pydantic v2 and fix conflicts
|
2023-12-28 16:36:17 +08:00 |
|
莘权 马
|
16f0a0fd06
|
feat: Action Node + exclude parameter
refactor: awrite
feat: +unit test
|
2023-12-28 11:58:13 +08:00 |
|