Deploy Agent

The deploy_agent tool creates an Agent on the Pricefx partition and starts calculating it. This tool writes to the partition. Only call it on explicit request to deploy an Agent. When the deploy_agent tool creates the Agent, it automatically starts calculating all of the Agent's steps. This calculation happens in the background, so the tool call returns before the calculation completes. The Agent has no results until the calculation completes.

The deploy_agent tool only triggers the calculation. It does not report whether the calculation succeeds or fails.

  • Tool Name – deploy_agent

  • Title – Deploy Agent

  • Type – Private

Parameters

Parameter

Required

Description

agent

Yes

The agent definition to create on the partition. Pass back the agent object returned by the Generate Agent JSON or the Update Agent JSON unmodified.

See Also