Preprocessing Agent
restAn AI agent that uses OCR to extract, clean, and structure data from insurance policy documents to automate the entire policy lifecycle. (by Accenture)
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: "86eeaf87-6b35-4de4-bd03-1b9722f1a2fb" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"86eeaf87-6b35-4de4-bd03-1b9722f1a2fb",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/86eeaf87-6b35-4de4-bd03-1b9722f1a2fb/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/8816c531-db2d-49ce-8a39-5c1543c942b7/Example usage
“ext:google-agentfinder:8816c531-db2d-49ce-8a39-5c1543c942b7”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/86eeaf87-6b35-4de4-bd03-1b9722f1a2fb
{
"name": "Preprocessing Agent",
"description": "An AI agent that uses OCR to extract, clean, and structure data from insurance policy documents to automate the entire policy lifecycle. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"financial_services",
"legal_and_compliance",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/8816c531-db2d-49ce-8a39-5c1543c942b7/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:8816c531-db2d-49ce-8a39-5c1543c942b7"
}86eeaf87-6b35-4de4-bd03-1b9722f1a2fbListed: Mar 24, 2026Related Agents
Understanding Agent
An AI-powered solution for insurance providers that automates and transforms the entire policy lifecycle, from pre-sales engagement to post-sales claims... (by Accenture)
Publisher Agent
An Agentic AI solution for insurance providers that automates the entire policy lifecycle, from pre-sales engagement to post-sales claims processing. (by Accenture)
Quality Inspector Agent
An AI agent that automates the entire insurance policy lifecycle, from pre-sales customer engagement to post-sales claims processing. (by Accenture)
Policy Extractor Agent
An AI agent that extracts key data fields from a user's insurance policy document to automate and speed up the claim intake process. (by Accenture)