Disruption Prediction Agent
restA predictive agent that monitors real-time data to identify, classify, and issue alerts for potential disruptions in logistics and supply chain operatio... (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: "3cee436f-0bb8-4b51-9815-d582332c993a" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"3cee436f-0bb8-4b51-9815-d582332c993a",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/3cee436f-0bb8-4b51-9815-d582332c993a/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/cc05bb54-9f6e-49e2-a40a-7384b04d96c7/Example usage
“ext:google-agentfinder:cc05bb54-9f6e-49e2-a40a-7384b04d96c7”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/3cee436f-0bb8-4b51-9815-d582332c993a
{
"name": "Disruption Prediction Agent",
"description": "A predictive agent that monitors real-time data to identify, classify, and issue alerts for potential disruptions in logistics and supply chain operatio... (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"transportation",
"procurement_and_supply_chain",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/cc05bb54-9f6e-49e2-a40a-7384b04d96c7/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:cc05bb54-9f6e-49e2-a40a-7384b04d96c7"
}3cee436f-0bb8-4b51-9815-d582332c993aListed: Mar 24, 2026Related Agents
LogiSync - Monitoring & Risk Detection Agent
An autonomous agent that monitors external data like news and weather to proactively detect and alert supply chain managers about potential disruptions. (by Accenture)
Demand Prediction Agent
The Demand Prediction Agent analyzes historical data and external factors to forecast demand and improve fulfillment rates. (by Capgemini Technologies LLC)
Market Monitoring Agent
An AI agent that monitors global data sources for geo-spatial disruptions to provide supply chain managers with actionable insights for proactive planni... (by Wipro Limited)
Decision Making Agent
An autonomous AI agent that makes real-time logistics decisions by processing route data, weather, and disruption alerts to optimize supply chain operat... (by Accenture)