Screening Agent
restAn AI agent that screens and ranks job applicants by comparing resumes to job descriptions, generating fit scores and SWOT analyses. (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: "5667e6f1-8a80-4a08-86e4-c37d69b018e6" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"5667e6f1-8a80-4a08-86e4-c37d69b018e6",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/5667e6f1-8a80-4a08-86e4-c37d69b018e6/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/72c06458-f4db-4415-b544-e44b4d8d51a0/Example usage
“ext:google-agentfinder:72c06458-f4db-4415-b544-e44b4d8d51a0”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/5667e6f1-8a80-4a08-86e4-c37d69b018e6
{
"name": "Screening Agent",
"description": "An AI agent that screens and ranks job applicants by comparing resumes to job descriptions, generating fit scores and SWOT analyses. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"human_resources",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/72c06458-f4db-4415-b544-e44b4d8d51a0/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:72c06458-f4db-4415-b544-e44b4d8d51a0"
}5667e6f1-8a80-4a08-86e4-c37d69b018e6Listed: Mar 24, 2026Related Agents
Candidate Screener Agent
An AI agent that automates candidate screening, confirms interest via simulated calls, and schedules interviews. (by Accenture)
Resume Matching Agent
An AI agent that automates resume screening by extracting skills, calculating a job match score, and determining candidate eligibility. (by Accenture)
Staffing Agent
An AI staffing agent that automates recruitment tasks like resume monitoring, alerts, and interview feedback to reduce screening time by 50%. (by Accenture)
Candidate Scorer Agent
An autonomous AI agent that automatically scores candidate-job fit by comparing resumes to job descriptions using semantic models and custom rules. (by Accenture)