Agent Builder

The Agent Builder provides an easy-to-use interface to assemble Agentic RAG Applications in Dataworkz with minimal technical knowledge. The Agent Builder is designed to take in your Agent’s business requirements and generate an Agent definition - break down the problem statement into scenarios and recommend tools from the tools repository that might satisfy the requirements. The result of the initial generation could be a complete Agent that works right off the bat or a great starting point for you to iterate and improve depending on how detailed the requirements were, how well the Agent Builder understood and planned for them, whether the right tools are already available, how complex the Agent is going to be, etc.

If you don’t have all the tools you need at the beginning, you can always go and create the necessary tools and come back to the Agent Builder and update your Agent. The Agent Builder can be accessed by going to AI Agents > Create an Agent. You can provide your business requirements in the box that shows up. The business requirements can be as simple as - Create an agent that answers users’s questions over their data or as complex as -

Create an agent that represents an online ecommerce store. It needs to be polite and it will act as the first level support for users wanting more information about store policies and their orders. If the agent cannot answer the question, it must suggest talking to a human. The agent should allow users to ask questions that cover the following - 
Help users ask questions about store policies - like an FAQ
Allow users to query their past orders using some search critieria
Allow users to update their profile
Allow users to operate on individual orders - such as return them or cancel them
Track shipping details of their orders

The Agent Builder will analyze the requirements and break down the problem into Scenario and recommend tools. You should review the result and determine if it matches your plan. Also, look at the suggested tools and add them or pick from your tools repository.

Last updated