Managing agent types in the AI agent

You can create an AI agent using three different agent types: External MCP, Basic, and Agentic AI Builder. For the basic agent type you must configure a few attributes in the values.yaml file to connect the AI agent to the AI models (LLM) of each agent type.

Basic agent type

To use the LLM for the basic agent type, you must enable the GenAI service. Then you can use either the services deployed on cloud by HCL Software or utilize your existing licenses (BYOL) with cloud service providers to access the service.

HCL Software supports LLMs offered by Google Cloud Platform (GCP).

You can also set up any LLMs offered by the cloud service providers configured in your local environment. The HCL Universal Orchestrator environment supports cloud service providers such as Vertex AI, OpenAI, and Bedrock and you can utilize any LLM provided by these platforms.
  • To set up the AI models provided by HCL software, complete the following step in the values.yaml file:
    1. In the genai section, set the enable attribute to true.
    2. Ensure the internal attribute is set to default value false.

    AI models or LLMs hosted in GCP by HCL software are displayed in the drop-down list for the model field, after you select the agent type as Basic.

  • To set up the AI models of your choice, complete the following steps in the genai section of the values.yaml file:
    1. Set the enable attribute to true.
    2. Set the internal attribute to true.
    3. Integrate any LLMs available from the machine learning platforms like Vertex AI, OpenAI, and Bedrock. In the values.yaml file each platform has dedicated fields for adding their respective LLMs. For more information, see values.yaml.
    4. In the cloudCredentials section, fill in the fields for your chosen cloud service provider (GCP, AWS, Azure, or OpenAI). Each provider has distinct fields to complete. For more information, see values.yaml file with description for each attribute.

    After the completion of these steps, all configured LLMs are now connected to the HCL Universal Orchestrator. After selecting the agent type as Basic for creating an AI agent using the UI, you can view all these LLMs in the drop-down list for the model field.