Generate Agent JSON

The generate_agent_json tool generates a Pricefx Agent JSON from a business objective. This is the first step of the agent workflow. Generate the json here, refine it with the Update Agent JSON, then create it on the partition with the Deploy Agent. The JSON is returned for review and is not deployed. Nothing is created or modified on the partition by this tool. The generated agent includes the business objective, the Datamarts used, and any available explanation for the user to review before the agent is treated as final.

Agent Creation Flow Chart
Agent Creation Flow Chart
  • Tool Name – generate_agent_json

  • Title – Generate Agent JSON

  • Type – Private

Parameters

Parameter

Required

Description

business_objective

Yes

What the agent should accomplish, in business terms.

datamart_unique_names

No

The technical name of each Datamart the agent should analyze. If omitted, the partition's default Datamart is used.

See Also