Agent execution
users can access the agent deployment page to initiate various deployments, ensuring that agents operate with a configured language model, such as a hosted llm or openai llm this page allows users to set up all necessary configurations, including knowledge bases, policies, and human in the loop (hitl) settings when a user clicks on execute deployment , the system displays a dynamic form based on the input schema the execute deployment page displayed the following 3 options basic input mode the form generated payload aligns with the backend json schema, allowing the system to run the agent seamlessly in the chosen mode when an agent requires ten fields, the dynamic form automatically generates them—such as text boxes or dropdown menus this process streamlines data submission for both developers and users, reducing the likelihood of execution failures that can occur with incorrect payloads, which were more common with the previous manual json format advanced input mode add the raw json input manually upload mode users can upload a json file if they choose existing agents will continue to support json based execution without changes