DeployedAgentTools[]
現行マシン上のアプリケーションに配備されたすべてのAgentToolsDeploymentオブジェクトのリストを与える.
DeployedAgentTools["application"]
指定されたアプリケーションに対する配備のみをリストにする.
DeployedAgentTools
DeployedAgentTools[]
現行マシン上のアプリケーションに配備されたすべてのAgentToolsDeploymentオブジェクトのリストを与える.
DeployedAgentTools["application"]
指定されたアプリケーションに対する配備のみをリストにする.
詳細
- DeployedAgentToolsは,以前にAIベースのアプリケーションに配備されたWolfram MCPサーバのようなエージェントツールを見付けるための発見メカニズムである.
- DeployedAgentToolsは,AgentToolsDeploymentオブジェクトのリストを返し,それらの特性を調べることができる.
例題
すべて開く すべて閉じる例 (2)
スコープ (2)
特定のアプリケーションについて,インストールされているエージェントツールを見る:
DeployedAgentTools["ClaudeDesktop"]opencode = DeployAgentTools["ClaudeDesktop", "WolframAlpha"]DeployedAgentTools["ClaudeDesktop"]DeleteObject[opencode]特定の一連のエージェントツールのすべてのデプロイメントを見付ける:
alltools = DeployedAgentTools[]Select[alltools, #["Server"] === "WolframAlpha"&]テキスト
Wolfram Research (2026), DeployedAgentTools, Wolfram言語関数, https://reference.wolfram.com/language/ref/DeployedAgentTools.html.
CMS
Wolfram Language. 2026. "DeployedAgentTools." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DeployedAgentTools.html.
APA
Wolfram Language. (2026). DeployedAgentTools. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DeployedAgentTools.html
BibTeX
@misc{reference.wolfram_2026_deployedagenttools, author="Wolfram Research", title="{DeployedAgentTools}", year="2026", howpublished="\url{https://reference.wolfram.com/language/ref/DeployedAgentTools.html}", note=[Accessed: 21-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_deployedagenttools, organization={Wolfram Research}, title={DeployedAgentTools}, year={2026}, url={https://reference.wolfram.com/language/ref/DeployedAgentTools.html}, note=[Accessed: 21-September-2026]}