Demand Management Agent
restAn agent-based system that automates the collection, analysis, and management of job descriptions to streamline the talent acquisition 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: "47baa932-a0ab-40cf-9d8e-646714562ace" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"47baa932-a0ab-40cf-9d8e-646714562ace",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/47baa932-a0ab-40cf-9d8e-646714562ace/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/133c9592-e13a-4a6f-b8a0-8fd6c2164b0d/Example usage
“ext:google-agentfinder:133c9592-e13a-4a6f-b8a0-8fd6c2164b0d”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/47baa932-a0ab-40cf-9d8e-646714562ace
{
"name": "Demand Management Agent",
"description": "An agent-based system that automates the collection, analysis, and management of job descriptions to streamline the talent acquisition process. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"human_resources",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/133c9592-e13a-4a6f-b8a0-8fd6c2164b0d/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:133c9592-e13a-4a6f-b8a0-8fd6c2164b0d"
}47baa932-a0ab-40cf-9d8e-646714562aceListed: Mar 24, 2026Related Agents
Talent Optimization Agent
An intelligent agent that analyzes recruitment data to streamline hiring workflows and enhance candidate selection for HR teams. (by Deloitte Consulting LLP)
TalentMatch JD Generator Agent
An agent that creates compelling and up-to-date job descriptions by combining company templates with real-time web data. (by Deloitte Consulting LLP)
Matching and Allocation agent
An AI agent that automates matching candidates to job demands, manages allocation conflicts, and generates job fit scores for HR and PMOs. (by Accenture)
Manager Agent
An orchestrator agent that intelligently routes user queries to specialized agents for creating data products from multimodal sources. (by Accenture)