AI Agent
To access this menu, go to the sidebar and select AI Agent > Agent.
In this tab, you can add and manage agents that can later be included in applications.

Select the type of agent you want to use from the available options on the Agent page:
Built-In Agents: Predefined agents provided by the platform with ready-to-use capabilities. These are optimized for common use cases and require minimal setup.
Custom Agents: User-created agents that can be fully configured to meet specific requirements. You control their behavior, prompts, and connected resources.
Langflow Agents: Agents designed and managed through Langflow Integration, allowing you to build complex workflows and logic visually, then connect them directly to the platform.
Add New Agent
Add New Agent
To add your own agent, click the New Agent button.

Complete the required fields provided in the form:
Agent Icon Upload or select an icon to visually represent the agent. This helps distinguish agents in the interface.
Agent Name Enter a unique internal name for the agent. This identifier helps organize and manage multiple agents.
Agent Display Name Specify the name that will be visible to users during interactions. This name appears in the chat interface.
Description Provide a short description of the agent’s purpose and functionality to clarify its role within your system.
Model Select the AI model the agent will use to generate responses.
Tools Choose the tools or features the agent will utilize to perform its tasks. Tools must be predefined in the Tools section.
Model Context Protocol (MCP) Select the MCPs that the agent will use. MCPs provide access to tools connected via an MCP Server and must be predefined in Tools → MCP.
Sub-Agents Assign supporting sub-agents that will handle specific tasks as part of a larger workflow.
Timeout (seconds) Set the maximum time (in seconds) the agent is allowed to process a request before timing out.
Chat History Limit Define how many previous messages the agent can use as conversation context.
Instructions Define system instructions or behavioral rules that guide how the agent responds to user input. These can include tone, role, constraints, and operational directives.
Once all fields are completed, click Save to store the configuration or Cancel to discard changes.
Multi-Agent Orchestration
Orchestrate complex tasks by adding multiple agents as sub-agents, enabling collaboration and parallel execution.

Add Remote Agent
A Remote Agent is hosted outside the platform and connects via an API endpoint. Use this option to integrate agents managed in external environments.

To add a remote agent:
Click the arrow icon next to New Agent.
From the dropdown menu, select Add Remote Agent.
This opens the Remote A2A Agent Configuration page, where you can set up your remote connection.

Remote A2A Configuration Fields
Remote A2A Agent Icon Enable or disable the display of agent-specific icons in Agent-to-Agent (A2A) conversations.
Remote A2A Agent Display Name Enter a descriptive name for your remote agent to help identify it in the agent list.
Remote A2A Agent URL Enter the API endpoint URL of the remote agent.
Chat History Limit Define how many previous messages the agent can use as conversation context.
Ignore PII Determine whether the agent should ignore or handle Personally Identifiable Information (PII):
Yes – Skip processing or storing PII.
No – Allow handling of PII.
A2A Agent Card Information
After configuration, the A2A Agent Card Information section will display:
Agent Name – The name of the remote agent.
Version – The version number of the agent.
Description – A short summary of the agent’s functionality.
Once verified, click Save to add your remote agent.
On this page, you can configure the details of your Remote Agent.
Remote A2A Agent Display Name: Enter a clear and descriptive display name for your Remote Agent. This helps you identify the agent in the list.
Remote A2A Agent URL: Enter the URL of the Remote Agent you want to connect. This URL should point to the agent’s accessible endpoint.
Click the Get Info button. The system will automatically fetch the agent’s information based on the URL you provided.
After fetching, the A2A Agent Card Information section will display:
Agent Name: The name of the Remote Agent.
Version: The agent’s version number.
Description: A short description of what this agent does.
Once verified, click the "Save" button to add the Remote Agent.
Add Langflow Agent

A Langflow Agent is built and managed through the Langflow visual editor. Langflow allows you to design complex agent workflows and logic through a drag-and-drop interface.
To add a Langflow Agent:
Click the arrow icon next to New Agent.
From the dropdown, select Add Langflow Agent.
You’ll be redirected to the Langflow sign-in page.
After signing in, you can link or create a workflow to connect with your agent on the platform.
View Agent Details
To view the details of an existing agent, click the three-dot icon (⋮) on the agent and select View.

After selecting View, the detailed agent configuration will be displayed.

Edit Agent Details
To edit an existing agent, click the three-dot icon (⋮) on the agent and select Edit. After editing, click Save to apply changes or Cancel to discard them.

Search Agent
Use the Search field to quickly find an agent by typing its name.

Delete Agent
To delete an agent, click the three-dot icon (⋮) and select Delete.

A confirmation pop-up will appear — click Delete to confirm or Cancel to abort the action.

HITL (Human in the Loop) Setup
Administrators can configure HITL (Human-in-the-Loop) behavior for each tool when creating or editing an agent. This ensures that sensitive operations always include a human approval step before execution.
Setup Instructions

Navigate to Agent Management → Create or Edit Agent.
Select the tool you want to attach HITL to.
Enable Need Approval to require manual confirmation before the tool executes.
Set the Timeout Duration (in seconds) — this defines how long the system waits for approval before it times out.
Default value: 300 seconds
Timeout value is applied during runtime.
Click Save to confirm and apply the HITL configuration.
Last updated