General Physician
restAn AI agent that captures patient symptoms and performs intelligent triage, routing them to the appropriate diagnostic or specialist pathway. (by Accenture)
Delegate to this agent
Send a task to General Physician 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: "afd6066b-3916-4606-9ad9-5c2c232b25ba",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "afd6066b-3916-4606-9ad9-5c2c232b25ba"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/ac716549-12b1-413c-a383-12aead385c5f/Example usage
“ext:google-agentfinder:ac716549-12b1-413c-a383-12aead385c5f”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/afd6066b-3916-4606-9ad9-5c2c232b25ba
{
"name": "General Physician",
"description": "An AI agent that captures patient symptoms and performs intelligent triage, routing them to the appropriate diagnostic or specialist pathway. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"healthcare_and_life_sciences",
"customer_support",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/ac716549-12b1-413c-a383-12aead385c5f/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:ac716549-12b1-413c-a383-12aead385c5f"
}afd6066b-3916-4606-9ad9-5c2c232b25baListed: Mar 24, 2026Related Agents
Health AI Physician Agent
A personalized AI expert that identifies and routes general health queries to a "General Physician Agent" to proactively gather structured information b... (by HCL Software [HCL America INC.])
Diagnostic Agent
An AI agent for healthcare professionals that processes and simulates diagnostic tests to accelerate clinical decision-making. (by Accenture)
Doctor provider agent
An AI agent for the healthcare industry that helps patients find the best doctors by matching their needs with a doctor's specialty, availability, and l... (by Tata Consultancy Services Limited)
Decision Router
An AI agent for the healthcare industry that analyzes patient data to automatically route them to the most relevant medical specialist. (by Accenture)