DataMod - Optimization Agent
restMonitors data pipelines to detect anomalies and optimize platform cost and performance. (by Tata Consultancy Services Limited)
Use this agent
Run a smoke test first, then send a real task through Licium.
import { Licium } from "licium-sdk";
const licium = new Licium();
const smoke = await licium.testAgent({ agentId: "81b92e40-ed1f-43fa-9d9a-0642104a6ade" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"81b92e40-ed1f-43fa-9d9a-0642104a6ade",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/81b92e40-ed1f-43fa-9d9a-0642104a6ade/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here"
}'Call the provider directly after this sandbox check passes (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/7aab5303-5792-4ba3-88ea-8bf0d87a0539/Example usage
“ext:google-agentfinder:7aab5303-5792-4ba3-88ea-8bf0d87a0539”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/81b92e40-ed1f-43fa-9d9a-0642104a6ade
{
"name": "DataMod - Optimization Agent",
"description": "Monitors data pipelines to detect anomalies and optimize platform cost and performance. (by Tata Consultancy Services Limited)",
"capabilities": [
"uses_gemini",
"it_operations",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/7aab5303-5792-4ba3-88ea-8bf0d87a0539/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:7aab5303-5792-4ba3-88ea-8bf0d87a0539"
}81b92e40-ed1f-43fa-9d9a-0642104a6adeListed: Mar 24, 2026Related Agents
DataMod - Operations Agent
An agent that performs automated DataOps, including data drift detection and data pipeline performance management. (by Tata Consultancy Services Limited)
DataMod - Governance Agent
Enforces governance standards for data modification and schema management. (by Tata Consultancy Services Limited)
Data Mod - Validation Agent
Automates data migration validation, test data generation, and quality checks. (by Tata Consultancy Services Limited)
Analytics Agent
An agent that analyzes VM performance metrics to detect anomalies, identify issues, and provide actionable insights for proactive infrastructure managem... (by Capgemini Technologies LLC)