AgentToolsDeployment[…]
表示一组已部署到基于 AI 的应用中的 Agent 工具.
AgentToolsDeployment[…]["prop"]
返回该部署指定属性的值.
AgentToolsDeployment
AgentToolsDeployment[…]
表示一组已部署到基于 AI 的应用中的 Agent 工具.
AgentToolsDeployment[…]["prop"]
返回该部署指定属性的值.
更多信息
- AgentToolsDeployment 是表示一组 Agent 工具(例如 Wolfram MCP 服务器)的对象,这些工具之前已部署到本地应用中.
- AgentToolsDeployment 对象通常由 DeployAgentTools 或 DeployedAgentTools 返回,而不是手动创建.
- AgentToolsDeployment[…]["prop"] 支持的属性包括:
-
"ClientName" 应用程序名称 "LLMConfiguration" Agent 工具的 LLMConfiguration 表示 "Skills" 包含已纳入的 Agent 技能的 Association "Target" 安装的应用程序和项目 "Tools" 包含的 LLMTool 对象列表 "UUID" 部署的唯一标识符 - AgentToolsDeployment[…]["Properties"] 列出给定部署的所有可用属性.
- 可以使用 DeleteObject[AgentToolsDeployment[…]] 删除已部署的 Agent 工具.
范例
打开所有单元 关闭所有单元基本范例 (2)
范围 (1)
claudecode = DeployAgentTools[{"ClaudeCode", "MyProject"}]claudecode["Properties"]claudecode["Target"]获取可直接在 Wolfram 语言求值中使用的可计算形式的工具:
claudecode["LLMConfiguration"]列出 LLMTool 对象:
claudecode["Tools"]DeleteObject[claudecode]文本
Wolfram Research (2026),AgentToolsDeployment,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AgentToolsDeployment.html.
CMS
Wolfram 语言. 2026. "AgentToolsDeployment." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/AgentToolsDeployment.html.
APA
Wolfram 语言. (2026). AgentToolsDeployment. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/AgentToolsDeployment.html 年
BibTeX
@misc{reference.wolfram_2026_agenttoolsdeployment, author="Wolfram Research", title="{AgentToolsDeployment}", year="2026", howpublished="\url{https://reference.wolfram.com/language/ref/AgentToolsDeployment.html}", note=[Accessed: 24-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_agenttoolsdeployment, organization={Wolfram Research}, title={AgentToolsDeployment}, year={2026}, url={https://reference.wolfram.com/language/ref/AgentToolsDeployment.html}, note=[Accessed: 24-August-2026]}