LogiSync - Monitoring & Risk Detection Agent
restAn autonomous agent that monitors external data like news and weather to proactively detect and alert supply chain managers about potential disruptions. (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: "57eba9d9-253a-4fcc-9c10-f7ffd998ad43" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"57eba9d9-253a-4fcc-9c10-f7ffd998ad43",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/57eba9d9-253a-4fcc-9c10-f7ffd998ad43/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/60d38179-efdf-46f2-83a0-4296fa20b8c0/Example usage
“ext:google-agentfinder:60d38179-efdf-46f2-83a0-4296fa20b8c0”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/57eba9d9-253a-4fcc-9c10-f7ffd998ad43
{
"name": "LogiSync - Monitoring & Risk Detection Agent",
"description": "An autonomous agent that monitors external data like news and weather to proactively detect and alert supply chain managers about potential disruptions. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"procurement_and_supply_chain",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/60d38179-efdf-46f2-83a0-4296fa20b8c0/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:60d38179-efdf-46f2-83a0-4296fa20b8c0"
}57eba9d9-253a-4fcc-9c10-f7ffd998ad43Listed: Mar 24, 2026Related Agents
LogiSync - Decision Support Agent
An AI agent that evaluates supply chain disruptions, simulates response scenarios, and recommends optimal sourcing decisions to ensure continuity. (by Accenture)
LogiSync - Communication Agent
An AI agent that automates supplier and stakeholder communication by drafting, sending, and following up on personalized, contextual emails. (by Accenture)
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)
Disruption Prediction Agent
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)