Vision Agent
restAn AI agent that analyzes images and diagrams to provide contextual insights and generate visual learning aids for educational applications. (by Accenture)
Delegate to this agent
Send a task to Vision 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: "0d2cc333-457a-4ce1-960a-de60e4393dff",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "0d2cc333-457a-4ce1-960a-de60e4393dff"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/cc90cc57-ea70-402e-b0e1-88eb204d9f8a/Example usage
“ext:google-agentfinder:cc90cc57-ea70-402e-b0e1-88eb204d9f8a”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/0d2cc333-457a-4ce1-960a-de60e4393dff
{
"name": "Vision Agent",
"description": "An AI agent that analyzes images and diagrams to provide contextual insights and generate visual learning aids for educational applications. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/cc90cc57-ea70-402e-b0e1-88eb204d9f8a/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:cc90cc57-ea70-402e-b0e1-88eb204d9f8a"
}0d2cc333-457a-4ce1-960a-de60e4393dffListed: Mar 24, 2026Related Agents
Vision AI
An AI agent that uses Gemini Vision Pro to extract insights from images and documents via natural language conversation. (by Deloitte Consulting LLP)
Image Agent
An AI agent that enhances presentations by automatically creating custom, contextually-aware slide backgrounds. (by Accenture)
Image Analysis Agent
An AI agent that analyzes images to detect damage, classify its severity, and generate structured summaries for triage and escalation. (by Accenture)
Visual Asset Generator Agent
An AI-powered agent that generates image and video assets for storyboard scenes using generative AI and stock libraries. (by Accenture)