Energy Optimization Agent
restAn AI agent that reduces energy consumption and costs by optimizing the usage of lighting, HVAC, and equipment. (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: "d8447f0d-1b76-485a-85ac-b0a967f7f41f" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"d8447f0d-1b76-485a-85ac-b0a967f7f41f",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/d8447f0d-1b76-485a-85ac-b0a967f7f41f/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/7baf672c-296d-43b1-be22-7856bb15d81c/Example usage
“ext:google-agentfinder:7baf672c-296d-43b1-be22-7856bb15d81c”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/d8447f0d-1b76-485a-85ac-b0a967f7f41f
{
"name": "Energy Optimization Agent",
"description": "An AI agent that reduces energy consumption and costs by optimizing the usage of lighting, HVAC, and equipment. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"procurement_and_supply_chain",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/7baf672c-296d-43b1-be22-7856bb15d81c/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:7baf672c-296d-43b1-be22-7856bb15d81c"
}d8447f0d-1b76-485a-85ac-b0a967f7f41fListed: Mar 24, 2026Related Agents
Energy Agent
An AI agent that optimizes business energy consumption by analyzing real-time IoT and operational data. (by Capgemini)
Energy Consumption Prediction Agent
A multi-agent AI system that predicts energy consumption to optimize storage and load management for renewable energy operations. (by Accenture)
Optimization Agent
An AI agent that automates cloud resource optimization by detecting performance degradation trends and recommending corrective actions for cloud operati... (by Accenture)
UI Agent
An AI agent that analyzes frontend code and live pages to identify energy inefficiencies and provide actionable optimization suggestions for developers. (by Accenture)