We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107f139 commit 6857ac2Copy full SHA for 6857ac2
1 file changed
docs/docs/get-started.md
@@ -41,20 +41,22 @@ agent = Agent(
41
42
VeADK中集成了多个火山引擎提供的工具:
43
44
-- Web search
45
-- Web scraper 邀测,代码见MCP server
46
-- Vesearch
47
-- Lark
+- web_search (公域搜索)
+- vesearch (联网搜索,头条搜索等)
+- lark (飞书通信和协同)
+- las (数据湖检索)
48
+- web_scraper 邀测,代码见MCP server (聚合搜索)
49
50
此外,还提供多种沙箱工具:
51
-- Computer sandbox
52
-- Code sandbox
53
-- Mobile sandbox
+- Computer sandbox (TBD)
+- Browser sandbox (TBD)
54
+- Code sandbox (TBD)
55
+
56
57
### MCP工具
58
-采用如下方式定义一个MCP工具:
59
+采用如下方式定义一个MCP工具, e.g. LAS
60
61
```python
62
# 以飞书Lark MCP工具为例
@@ -65,6 +67,9 @@ lark_tools = MCPToolset(
65
67
errlog=None,
66
68
),
69
)
70
71
+remote_mcp_server = MCPToolset(connection_params=SseConnectionParams(url=url))
72
73
```
74
75
### 系统工具
0 commit comments