Creating a workflow without a Manager Agent

Create conversational workflows in Agent Studio within Cloudera to deploy and test custom agents without using a manager agent.

  1. In the Cloudera console, click the Cloudera AI tile.
    The Cloudera AI Home page is displayed.
  2. Click on the name of the workbench.
    The Cloudera AI Workbench Home page is displayed.
  3. In the left navigation pane, click AI Studios.
    The AI Studios page is displayed.
  4. On the Agent Studio tile, click Open.
    The Agent Studio page is displayed.
  5. Click on Create.
    The Create New Workflow window is displayed.
  6. Enter a Workflow Name.
  7. Click on Create Workflow.
    A draft workflow is created and a Edit Workflow window is displayed.
  8. Toggle Is Conversational in the Add Agents tab.
    This enables conversation in the workflow.
  9. Click on Create or Edit Agents.
    You can create custom AI agents by one of the following methods:
    1. Creating an agent manually
    2. Creating an agent using AI
  10. Click on Save & Next.
    The Add Tasks tab is displayed and the tasks are listed, as this is a conversational workflow.
    Figure 1. Add Tasks tab
  11. Click on Save & Next.
    The Configure tab is displayed.
    Figure 2. Configure tab
  12. Set the following in the Configure tab:
    1. Set the Max New Tokens parameter to 4096.
      This value represents the maximum number of new tokens the agents can generate during LLM calls.
    2. Set the Temperature parameter to 0.1.
      The temperature controls the variability or creativity in the agent responses generated by the LLM. A higher temperature value results in more diverse and creative responses. A lower temperature value results in less varied and more deterministic responses.
  13. Click on Save & Next.
    The Test tab is displayed.
  14. CLick on Run Workflow.
    The workflow runs and the results are displayed.
  15. Click Save & Next.
    The Deploy tab is displayed.
  16. Click Deploy.
    The deployment of the workflow is initiated.
    1. Go to the Agentic Workflow homepage to view the deployed workflow
    2. Click the Save Template button to create a reusable template of the workflow. This template can serve as a reference for future use.
    3. (Optional) Click the Test button to return to the previous page and retest the workflow.
The deployed workflow is displayed in the Agentic Workflows page.
Figure 3. Deployed workflow