AgentToolsDeployment[…]
AIベースのアプリケーションに配備されたエージェントツールの集合を表す.
AgentToolsDeployment[…]["prop"]
その配備について,指定した特性の値を与える.
AgentToolsDeployment
AgentToolsDeployment[…]
AIベースのアプリケーションに配備されたエージェントツールの集合を表す.
AgentToolsDeployment[…]["prop"]
その配備について,指定した特性の値を与える.
詳細
- AgentToolsDeploymentは,ローカルアプリケーション内に以前配備された,Wolfram MCPサーバのようなエージェントツールの集合を表すオブジェクトである.
- AgentToolsDeploymentオブジェクトは,通常,DeployAgentToolsまたはDeployedAgentToolsによって返され,手動では作成されない.
- AgentToolsDeployment[…]["prop"]でサポートされる特性には以下がある.
-
"ClientName" アプリケーションの名前 "LLMConfiguration" エージェントツールのLLMConfiguration表現 "Skills" 含まれているエージェントスキルを含むAssociation "Target" インストール先のアプリケーションおよびプロジェクト "Tools" 含まれているLLMToolオブジェクトのリスト "UUID" 配備の一意識別子 - DeleteObject[AgentToolsDeployment[…]]は,指定された配備について利用可能なすべての特性のリストを与える.
- 配備されたエージェントツールは,DeleteObject[AgentToolsDeployment[…]]を用いて削除できる.
例題
すべて開く すべて閉じる例 (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 Language. 2026. "AgentToolsDeployment." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AgentToolsDeployment.html.
APA
Wolfram Language. (2026). AgentToolsDeployment. Wolfram Language & System Documentation Center. Retrieved from 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: 14-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: 14-August-2026]}