Chart Visualization Agent
restAn AI agent that automatically converts structured data and insights into user-friendly charts and visualizations upon request. (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: "1b8e2b1a-8a36-43db-96e6-0958657c9e65" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"1b8e2b1a-8a36-43db-96e6-0958657c9e65",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/1b8e2b1a-8a36-43db-96e6-0958657c9e65/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/1a3da796-ff61-436d-912d-b393d649528f/Example usage
“ext:google-agentfinder:1a3da796-ff61-436d-912d-b393d649528f”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/1b8e2b1a-8a36-43db-96e6-0958657c9e65
{
"name": "Chart Visualization Agent",
"description": "An AI agent that automatically converts structured data and insights into user-friendly charts and visualizations upon request. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"finance_and_accounting",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/1a3da796-ff61-436d-912d-b393d649528f/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:1a3da796-ff61-436d-912d-b393d649528f"
}1b8e2b1a-8a36-43db-96e6-0958657c9e65Listed: Mar 24, 2026Related Agents
Visualize Agent
An AI agent that automatically generates JavaScript code for Google Charts based on SQL query outputs from BigQuery and PostgreSQL. (by HCL Software [HCL America INC.])
Insight Generation Agent
An AI agent that automatically converts analytical results into human-readable narratives, charts, and reports for various stakeholders. (by Accenture)
Query Construction Agent
An AI agent that autonomously converts structured metric and filter definitions into executable SQL or Looker queries for data analysis. (by Accenture)
Data Analysis Agent
A Generative AI agent that enhances business intelligence via natural language querying, automated insights, and chart summarization. (by Quantiphi, Inc)