For the complete documentation index, see llms.txt. This page is also available as Markdown.

Agent Builder

The Agent Builder provides an intuitive interface for assembling Agents in Dataworkz without requiring deep technical knowledge.

The Agent Builder takes your Agent's business requirements as a plain language description and generates a complete Agent definition — breaking the problem into Scenarios, assigning a persona, and recommending Tools from the Tools Repository that may satisfy the requirements.

The Agents page displays all Agents you have created under My Agents, along with available Templates and Tools. For each Agent, the list shows the Agent name, tags, who created and last modified it, and when. Use the action to open Run Agent, or the search bar to find Agents by name, run status, tag, or Tool type.


How It Works

The Agent Builder analyzes your requirements, breaks the problem into Scenarios, assigns a persona, and recommends Tools. The quality of the initial output depends on how detailed your requirements are, how well the Agent Builder interprets them, whether the right Tools are already available, and how complex the Agent needs to be.

The initial generation may produce a complete, working Agent or a strong starting point for further iteration. Either way, you can review, refine, and extend the generated configuration before saving.

💡 Note: If you do not have all the Tools you need at the start, create the necessary Tools first, then return to the Agent Builder to update your Agent.


Creating an Agent

To create a new Agent, click the Create button in the top right corner of the Agents page.

You will be prompted to describe what you want the Agent to do. Enter a plain language description of the Agent's purpose — this can be as brief or as detailed as needed.

A minimal example:

Or as detailed as:

The more detail you provide, the more complete the initial Agent configuration will be. Click Create to proceed or Cancel to go back.

The Agent Builder analyzes the requirements, breaks the problem into Scenarios, and recommends Tools. Review the result to confirm it matches your plan. Check the suggested Tools and add them or select from your Tools Repository.

Last updated