Gap Analysis Agent
restAn AI agent that identifies talent gaps between demand and available resources and suggests actionable workforce solutions. (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: "3eeb163c-6fef-45b1-bf42-5bdfe08a5176" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"3eeb163c-6fef-45b1-bf42-5bdfe08a5176",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/3eeb163c-6fef-45b1-bf42-5bdfe08a5176/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/0d40ddba-7a40-4b59-817e-6054cdd3da6a/Example usage
“ext:google-agentfinder:0d40ddba-7a40-4b59-817e-6054cdd3da6a”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/3eeb163c-6fef-45b1-bf42-5bdfe08a5176
{
"name": "Gap Analysis Agent",
"description": "An AI agent that identifies talent gaps between demand and available resources and suggests actionable workforce solutions. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"human_resources",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/0d40ddba-7a40-4b59-817e-6054cdd3da6a/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:0d40ddba-7a40-4b59-817e-6054cdd3da6a"
}3eeb163c-6fef-45b1-bf42-5bdfe08a5176Listed: Mar 24, 2026Related Agents
Skill Gap Analysis Agent
An AI agent that identifies employee skill gaps and recommends personalized training and upskilling paths for strategic workforce planning. (by Wipro Limited)
Talent Supply Agent
An AI agent that analyzes internal and external talent data to suggest and refine workforce sourcing strategies in real-time. (by Accenture)
Skills Evolution Agent
An AI-powered agent that automates workforce strategy by tracking emerging skills, identifying competency gaps, and recommending personalized learning p... (by Accenture)
Analyze Resume Agent
An AI agent that analyzes resumes from a datastore to save time for HR and talent acquisition teams during the recruitment process. (by Accenture)