Report Manager
restAn AI agent that automatically compiles data from other compliance agents to generate a consolidated ESG/BRSR compliance report with actionable insights... (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: "40ebb536-537d-4a26-b2d7-0c2a199d08de" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"40ebb536-537d-4a26-b2d7-0c2a199d08de",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/40ebb536-537d-4a26-b2d7-0c2a199d08de/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/331d1ca7-c2c0-4047-b725-8fd007cb95d7/Example usage
“ext:google-agentfinder:331d1ca7-c2c0-4047-b725-8fd007cb95d7”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/40ebb536-537d-4a26-b2d7-0c2a199d08de
{
"name": "Report Manager",
"description": "An AI agent that automatically compiles data from other compliance agents to generate a consolidated ESG/BRSR compliance report with actionable insights... (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"financial_services",
"legal_and_compliance",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/331d1ca7-c2c0-4047-b725-8fd007cb95d7/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:331d1ca7-c2c0-4047-b725-8fd007cb95d7"
}40ebb536-537d-4a26-b2d7-0c2a199d08deListed: Mar 24, 2026Related Agents
Company Report Analyser
An AI agent that parses sustainability reports to create a searchable vector store for automated ESG/BRSR compliance validation and assessment. (by Accenture)
Compliance Validator
An AI agent that assesses and validates compliance with BRSR principles by analyzing company reports and providing actionable feedback. (by Accenture)
Orchestrator Agent
An agent that orchestrates a multi-agent workflow to automate end-to-end BRSR compliance analysis and reporting. (by Accenture)
Report Generation Agent
An AI-powered agent that generates reports by converting natural language queries into SQL, creating LookML, and producing interactive Looker dashboards... (by Capgemini Technologies LLC)