Support Workflow
restAn orchestration agent that automates the entire IT support ticket management workflow by coordinating multiple specialized agents. (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: "e05c09e7-d1cb-4cd0-a9e0-ce5c7ebf28ba" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"e05c09e7-d1cb-4cd0-a9e0-ce5c7ebf28ba",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/e05c09e7-d1cb-4cd0-a9e0-ce5c7ebf28ba/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/c6b71b19-92de-45cd-8007-5c4ddb8ddac4/Example usage
“ext:google-agentfinder:c6b71b19-92de-45cd-8007-5c4ddb8ddac4”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/e05c09e7-d1cb-4cd0-a9e0-ce5c7ebf28ba
{
"name": "Support Workflow",
"description": "An orchestration agent that automates the entire IT support ticket management workflow by coordinating multiple specialized agents. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"customer_support",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/c6b71b19-92de-45cd-8007-5c4ddb8ddac4/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:c6b71b19-92de-45cd-8007-5c4ddb8ddac4"
}e05c09e7-d1cb-4cd0-a9e0-ce5c7ebf28baListed: Mar 24, 2026Related Agents
Coordinating AI Agent/Intelligent Workflow Manager
A central AI orchestration agent that coordinates tasks, data flow, and timing between multiple specialized agents to manage complex workflows. (by Accenture)
Ticket Master
An orchestrator agent that manages the complete lifecycle of IT support tickets through automated classification, intelligent routing, and workflow coor... (by Accenture)
Orchestrator
An orchestrator agent that manages interaction flows in a contact center by intelligently routing queries to appropriate agents based on sentiment and i... (by Accenture)
support_agent
An agent that provides omnichannel support orchestration and summarization by coordinating with domain agents and a 360-degree customer profile. (by Capgemini Technologies LLC)