Pattern Detection Agent
restAn autonomous agent that monitors borrower financial behavior to detect and provide alerts for suspicious transactions and patterns. (by Wipro Limited)
Delegate to this agent
Send a task to Pattern Detection 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: "d77467ab-9c68-4e52-af48-e20faa1f541f",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "d77467ab-9c68-4e52-af48-e20faa1f541f"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/97ace8a3-ed21-4c4e-8694-8b6ded736aa2/Example usage
“ext:google-agentfinder:97ace8a3-ed21-4c4e-8694-8b6ded736aa2”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/d77467ab-9c68-4e52-af48-e20faa1f541f
{
"name": "Pattern Detection Agent",
"description": "An autonomous agent that monitors borrower financial behavior to detect and provide alerts for suspicious transactions and patterns. (by Wipro Limited)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"financial_services",
"legal_and_compliance",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/97ace8a3-ed21-4c4e-8694-8b6ded736aa2/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:97ace8a3-ed21-4c4e-8694-8b6ded736aa2"
}d77467ab-9c68-4e52-af48-e20faa1f541fListed: Mar 24, 2026Related Agents
Credit Monitor Agent
An agent that tracks borrower financial behavior to detect suspicious activity and reduce credit risk. (by Wipro Limited)
Fraud Detection Agent
An AI agent that monitors banking transactions in real time to detect and flag suspicious activity based on predefined fraud detection rules. (by Kyndryl, Inc)
Trader Behavior Agent
An AI agent that analyzes trader communications to detect potential malpractices like insider trading and alerts compliance teams. (by Wipro Limited)
Risk Compliance Agent
An agent that monitors real-time transactions to detect financial fraud and automate AML/KYC compliance. (by Wipro Limited)