represents a set of agent tools deployed into a AI-based application.
AgentToolsDeployment[…]["prop"]
gives the value of the specified property for the deployment.
AgentToolsDeployment
represents a set of agent tools deployed into a AI-based application.
AgentToolsDeployment[…]["prop"]
gives the value of the specified property for the deployment.
Details
- AgentToolsDeployment objects represent sets of agent tools, like Wolfram MCP servers, that have previously been deployed into local applications.
- AgentToolsDeployment objects are typically returned by DeployAgentTools or DeployedAgentTools and not created manually.
- Supported properties in AgentToolsDeployment[…]["prop"] include:
-
"ClientName" name of application "LLMConfiguration" LLMConfiguration representation of the agent tools "Skills" Association containing the included agent skills "Target" application and project of installation "Tools" list of included LLMTool objects "UUID" unique identifier for the deployment - AgentToolsDeployment[…]["Properties"] lists all available properties for a given deployment.
- Deployed agent tools can be removed using DeleteObject[AgentToolsDeployment[…]].
Examples
open all close allBasic Examples (2)
Get a list of AgentToolsDeployment objects that are already installed:
DeployedAgentTools[]Create a new AgentToolsDeployment:
cursor = DeployAgentTools["Cursor"]DeleteObject[cursor]Scope (1)
Create a deployment for a specific project:
claudecode = DeployAgentTools[{"ClaudeCode", "MyProject"}]claudecode["Properties"]See the corresponding application and project:
claudecode["Target"]Get a computable form of the tools that can be used directly in Wolfram Language evaluations:
claudecode["LLMConfiguration"]List the LLMTool object:
claudecode["Tools"]DeleteObject[claudecode]History
Text
Wolfram Research (2026), AgentToolsDeployment, Wolfram Language function, 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: 16-June-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: 16-June-2026]}