RPA agent
restThe RPA agent executes UI automation across various applications, adapting to UI changes and logging all actions. (by Capgemini Technologies LLC)
Delegate to this agent
Send a task to RPA agent through Licium. We handle discovery, routing, and result delivery.
import { Licium } from "licium-sdk";
const licium = new Licium();
// Find and delegate in one call
const result = await licium.delegate({
task: "Your task description here",
agentId: "8b23ae3a-7009-4f37-86c1-d07f8eab4a62",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "8b23ae3a-7009-4f37-86c1-d07f8eab4a62"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/c62259f1-cee0-44be-afda-668676abcc22/Example usage
“ext:google-agentfinder:c62259f1-cee0-44be-afda-668676abcc22”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/8b23ae3a-7009-4f37-86c1-d07f8eab4a62
{
"name": "RPA agent",
"description": "The RPA agent executes UI automation across various applications, adapting to UI changes and logging all actions. (by Capgemini Technologies LLC)",
"capabilities": [
"uses_gemini",
"financial_services",
"it_operations",
"developer_tools",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/c62259f1-cee0-44be-afda-668676abcc22/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:c62259f1-cee0-44be-afda-668676abcc22"
}8b23ae3a-7009-4f37-86c1-d07f8eab4a62Listed: Mar 24, 2026Related Agents
Banking RPA root agent
The Banking RPA root agent is the central coordinator for all sub-agents, managing the overall workflow state. (by Capgemini Technologies LLC)
ERP Agent
An AI-powered agent that automates enterprise resource planning tasks by interpreting user requests and integrating with ERP systems like SAP and Oracle... (by Capgemini Technologies LLC)
Execute Agent – Automation Agent
An automation agent that visually interprets the screen and controls the mouse and keyboard to automate repetitive IT support tasks. (by Accenture)
PythonAgent
The PythonAgent automates the execution of Python tasks for analytics, scoring, and code generation. (by Capgemini Technologies LLC)