Design Generation Agent
restAn AI agent that converts natural language clothing descriptions into structured fashion metadata to streamline the design process. (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: "69e72944-7591-495c-ad7e-4525e609296b" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"69e72944-7591-495c-ad7e-4525e609296b",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/69e72944-7591-495c-ad7e-4525e609296b/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/cf2ed612-5af4-4709-9861-898d931c8b8f/Example usage
“ext:google-agentfinder:cf2ed612-5af4-4709-9861-898d931c8b8f”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/69e72944-7591-495c-ad7e-4525e609296b
{
"name": "Design Generation Agent",
"description": "An AI agent that converts natural language clothing descriptions into structured fashion metadata to streamline the design process. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"retail_and_consumer_packaged_goods",
"product_development",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/cf2ed612-5af4-4709-9861-898d931c8b8f/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:cf2ed612-5af4-4709-9861-898d931c8b8f"
}69e72944-7591-495c-ad7e-4525e609296bListed: Mar 24, 2026Related Agents
Image Generation Agent
An AI agent that generates realistic dress images from structured metadata for various lighting and use case scenarios. (by Accenture)
Code Generator Agent
An AI agent that automatically generates functional front-end code from UI design images. (by Accenture)
Structured Metadata Generator Agent
An AI agent that autonomously reads structured data to generate metadata, enabling the creation of intelligent data products. (by Accenture)
Cognizant® Style Advisor Agent
An AI-powered agent that provides personalized fashion advice based on user preferences and wardrobe analysis. (by Cognizant Technology Solutions)