Bronze-to-Silver Cleaning Agent
restAn autonomous AI agent that intelligently cleans and prepares raw data by automatically generating and executing SQL transformations. (by Accenture)
Delegate to this agent
Send a task to Bronze-to-Silver Cleaning 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: "2d4d60e7-8e73-490d-af71-71bf06933e74",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "2d4d60e7-8e73-490d-af71-71bf06933e74"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/af099757-1d3f-4f40-8247-aa725007d284/Example usage
“ext:google-agentfinder:af099757-1d3f-4f40-8247-aa725007d284”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/2d4d60e7-8e73-490d-af71-71bf06933e74
{
"name": "Bronze-to-Silver Cleaning Agent",
"description": "An autonomous AI agent that intelligently cleans and prepares raw data by automatically generating and executing SQL transformations. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/af099757-1d3f-4f40-8247-aa725007d284/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:af099757-1d3f-4f40-8247-aa725007d284"
}2d4d60e7-8e73-490d-af71-71bf06933e74Listed: Mar 24, 2026Related Agents
Silver-to-Gold Aggregation Agent
An AI agent that automates data engineering by aggregating cleaned data, generating KPIs, and preparing it for BI consumption. (by Accenture)
Brain Agent
An AI orchestration agent that splits complex queries into parallel sub-tasks for multiple agents, drastically accelerating data analysis and decision-m... (by Accenture)
TCS Agentic Data Cleaning Agent
An AI agent that improves data quality by automatically identifying and fixing errors, inconsistencies, and redundancies in structured data. (by Tata Consultancy Services Limited)
Query Construction Agent
An AI agent that autonomously converts structured metric and filter definitions into executable SQL or Looker queries for data analysis. (by Accenture)