Genomic Discovery Agent
restA conversational AI agent that analyzes genomic data to identify mutations, predict drug responses, and match patients with clinical trials. (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: "c9226843-c0da-4adb-919c-03399b1722d0" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"c9226843-c0da-4adb-919c-03399b1722d0",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/c9226843-c0da-4adb-919c-03399b1722d0/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/1de61579-ff29-4067-8033-e9824521993e/Example usage
“ext:google-agentfinder:1de61579-ff29-4067-8033-e9824521993e”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/c9226843-c0da-4adb-919c-03399b1722d0
{
"name": "Genomic Discovery Agent",
"description": "A conversational AI agent that analyzes genomic data to identify mutations, predict drug responses, and match patients with clinical trials. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"healthcare_and_life_sciences",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/1de61579-ff29-4067-8033-e9824521993e/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:1de61579-ff29-4067-8033-e9824521993e"
}c9226843-c0da-4adb-919c-03399b1722d0Listed: Mar 24, 2026Related Agents
Diagnostic Agent
An AI agent for healthcare professionals that processes and simulates diagnostic tests to accelerate clinical decision-making. (by Accenture)
Diagnostics Synthesizer Agent
An AI agent that synthesizes multi-modal patient data to generate ranked diagnostic hypotheses for clinicians. (by Accenture)
Completion Agent
An agent that analyzes completed health questionnaire responses to generate clinical insights and personalized health recommendations. (by Capgemini Technologies LLC)
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)