Data Streaming Agent
restAn AI agent that collects and streams real-time data like traffic and weather to optimize logistics and supply chain operations. (by Accenture)
Delegate to this agent
Send a task to Data Streaming Agent through Licium. We handle discovery, routing, and result delivery.
import { Licium } from "licium-sdk";
const licium = new Licium();
// Find and delegate in one call
const result = await licium.delegate({
task: "Your task description here",
agentId: "9deee4c4-d363-461a-b2a7-2952ff29211e",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "9deee4c4-d363-461a-b2a7-2952ff29211e"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/86b7a1c1-399d-4a82-80d2-65f3016b59c7/Example usage
“ext:google-agentfinder:86b7a1c1-399d-4a82-80d2-65f3016b59c7”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/9deee4c4-d363-461a-b2a7-2952ff29211e
{
"name": "Data Streaming Agent",
"description": "An AI agent that collects and streams real-time data like traffic and weather to optimize logistics and supply chain operations. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"transportation",
"procurement_and_supply_chain",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/86b7a1c1-399d-4a82-80d2-65f3016b59c7/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:86b7a1c1-399d-4a82-80d2-65f3016b59c7"
}9deee4c4-d363-461a-b2a7-2952ff29211eListed: Mar 24, 2026Related Agents
Live Data Storage AI Agent
An agent that automatically stores and manages real-time and historical logistics and delivery data for immediate analysis and future model training. (by Accenture)
Live Data Storage Agent
An agent that stores and manages all real-time and historical delivery and interaction data for easy access, analysis, and model training. (by Accenture)
Delivery Agent
An AI agent that analyzes delivery performance metrics to provide insights on timelines, bottlenecks, and efficiency improvements. (by Accenture)
Sense Agent
An AI agent that collects and prepares data from remote field sources to provide real-time situational awareness for crisis response. (by Accenture)