Saving Suggestion Agent
restAn AI agent that reviews a user's shopping cart on e-commerce platforms to suggest cost-saving opportunities like bulk discounts or cheaper brands. (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: "a9b13925-b3df-48d1-a5c9-7c3cbb4de767" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"a9b13925-b3df-48d1-a5c9-7c3cbb4de767",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/a9b13925-b3df-48d1-a5c9-7c3cbb4de767/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/5546366f-4516-4507-8b2b-60b412991063/Example usage
“ext:google-agentfinder:5546366f-4516-4507-8b2b-60b412991063”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/a9b13925-b3df-48d1-a5c9-7c3cbb4de767
{
"name": "Saving Suggestion Agent",
"description": "An AI agent that reviews a user's shopping cart on e-commerce platforms to suggest cost-saving opportunities like bulk discounts or cheaper brands. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"retail_and_consumer_packaged_goods",
"marketing",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/5546366f-4516-4507-8b2b-60b412991063/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:5546366f-4516-4507-8b2b-60b412991063"
}a9b13925-b3df-48d1-a5c9-7c3cbb4de767Listed: Mar 24, 2026Related Agents
Shopping Cart Creator Agent
An AI-powered agent that builds an optimized, multi-platform shopping cart by comparing real-time prices, fees, and delivery options to find the best de... (by Accenture)
SaveIT Conversational Agent
An AI-powered conversational agent for q-commerce that compares prices, fees, and delivery options across platforms to find the most cost-effective choi... (by Accenture)
Recipe Shopping Agent
An AI agent that extracts ingredients from recipes, finds the best prices, and builds an optimized shopping cart across multiple platforms. (by Accenture)
Smart Shop Save Cart Agent
A specialized agent designed to recover abandoned shopping carts and increase conversion rates for e-commerce businesses. (by HCL Software [HCL America INC.])