Interview Generation Agent
restAn AI agent that creates personalized interview questions based on a candidate's profile, resume, and SWOT analysis to optimize the hiring process. (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: "ef0ea487-2554-4777-a035-24a1f29b198d" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"ef0ea487-2554-4777-a035-24a1f29b198d",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/ef0ea487-2554-4777-a035-24a1f29b198d/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/d4767d3d-7e4c-494d-98c0-9468c94119ae/Example usage
“ext:google-agentfinder:d4767d3d-7e4c-494d-98c0-9468c94119ae”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/ef0ea487-2554-4777-a035-24a1f29b198d
{
"name": "Interview Generation Agent",
"description": "An AI agent that creates personalized interview questions based on a candidate's profile, resume, and SWOT analysis to optimize the hiring process. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"human_resources",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/d4767d3d-7e4c-494d-98c0-9468c94119ae/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:d4767d3d-7e4c-494d-98c0-9468c94119ae"
}ef0ea487-2554-4777-a035-24a1f29b198dListed: Mar 24, 2026Related Agents
Job Interview question generation Agent
An agent that automatically generates relevant interview questions based on a job description and candidate resume. (by HCL Software [HCL America INC.])
Candidate Screener Agent
An AI agent that automates candidate screening, confirms interest via simulated calls, and schedules interviews. (by Accenture)
Job Search
An AI agent that recommends personalized job opportunities by analyzing a candidate's profile, certifications, and preferences. (by Accenture)
Interview Agent
The Interview Agent uses Google search to find and provide interview questions that are relevant to a specific job description. (by Capgemini Technologies LLC)