File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,22 @@ agent = Agent(
4141
4242VeADK中集成了多个火山引擎提供的工具:
4343
44- - Web search
45- - Web scraper 邀测,代码见MCP server
46- - Vesearch
47- - Lark
44+ - web_search (公域搜索)
45+ - vesearch (联网搜索,头条搜索等)
46+ - lark (飞书通信和协同)
47+ - las (数据湖检索)
48+ - web_scraper 邀测,代码见MCP server (聚合搜索)
4849
4950此外,还提供多种沙箱工具:
5051
51- - Computer sandbox
52- - Code sandbox
53- - Mobile sandbox
52+ - Computer sandbox (TBD)
53+ - Browser sandbox (TBD)
54+ - Code sandbox (TBD)
55+
5456
5557### MCP工具
5658
57- 采用如下方式定义一个MCP工具:
59+ 采用如下方式定义一个MCP工具, e.g. LAS
5860
5961``` python
6062# 以飞书Lark MCP工具为例
@@ -65,6 +67,9 @@ lark_tools = MCPToolset(
6567 errlog = None ,
6668 ),
6769)
70+
71+ remote_mcp_server = MCPToolset(connection_params = SseConnectionParams(url = url))
72+
6873```
6974
7075### 系统工具
You can’t perform that action at this time.
0 commit comments