Clinical Automation Agent
restAn AI agent that converts unstructured clinical guidelines into structured rules for clinical decision support systems. (by Kyndryl, Inc)
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: "c894ce0e-cc87-4c69-9b58-12966b3df19f" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"c894ce0e-cc87-4c69-9b58-12966b3df19f",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/c894ce0e-cc87-4c69-9b58-12966b3df19f/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/9c80a0d0-0c09-4f59-86ef-66ee8faff9f1/Example usage
“ext:google-agentfinder:9c80a0d0-0c09-4f59-86ef-66ee8faff9f1”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/c894ce0e-cc87-4c69-9b58-12966b3df19f
{
"name": "Clinical Automation Agent",
"description": "An AI agent that converts unstructured clinical guidelines into structured rules for clinical decision support systems. (by Kyndryl, Inc)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"healthcare_and_life_sciences",
"it_operations",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/9c80a0d0-0c09-4f59-86ef-66ee8faff9f1/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:9c80a0d0-0c09-4f59-86ef-66ee8faff9f1"
}c894ce0e-cc87-4c69-9b58-12966b3df19fListed: Mar 24, 2026Related Agents
Advanced Agent assist for healthcare agents
An AI-powered chatbot that provides reasoning and summarization capabilities to assist healthcare agents. (by Kyndryl, Inc)
Clinical Search Agent
An AI agent that searches vast clinical data repositories and delivers concise, context-aware summaries to support healthcare professionals in decision-... (by Kyndryl, Inc)
Diagnostic Agent
An AI agent for healthcare professionals that processes and simulates diagnostic tests to accelerate clinical decision-making. (by Accenture)
Clinical Contextualization Agent
An AI agent that extracts structured insights from unstructured Electronic Health Records (EHRs) to flag risks and augment clinical decision-making. (by Accenture)