Code and Data Management Agent Suite
restA suite of eight AI agents that streamlines software development and data management through code generation, conversion, documentation, and knowledge s... (by Deloitte Consulting LLP)
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: "adff19a5-af18-422e-8a6c-09732dc3589c" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"adff19a5-af18-422e-8a6c-09732dc3589c",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/adff19a5-af18-422e-8a6c-09732dc3589c/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/f3c36a72-8e54-4844-969b-7731984e4f53/Example usage
“ext:google-agentfinder:f3c36a72-8e54-4844-969b-7731984e4f53”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/adff19a5-af18-422e-8a6c-09732dc3589c
{
"name": "Code and Data Management Agent Suite",
"description": "A suite of eight AI agents that streamlines software development and data management through code generation, conversion, documentation, and knowledge s... (by Deloitte Consulting LLP)",
"capabilities": [
"uses_gemini",
"product_development",
"developer_tools",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/f3c36a72-8e54-4844-969b-7731984e4f53/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:f3c36a72-8e54-4844-969b-7731984e4f53"
}adff19a5-af18-422e-8a6c-09732dc3589cListed: Mar 24, 2026Related Agents
Code Generation Agent
An AI-powered agent for developers that provides intelligent code generation, automated bug fixing, architecture planning, and documentation assistance. (by Tata Consultancy Services Limited)
ETL Code Generator
An AI agent from Deloitte's Agent Suite that automates the generation of ETL code to accelerate data integration and streamline data management. (by Deloitte Consulting LLP)
Developer Assist Agent
An AI-powered DevOps assistant that accelerates software development through intelligent code generation, automated bug fixing, and architecture plannin... (by Tata Consultancy Services Limited)
Docu Code - Code Documetation Agent
An AI-powered agent that automatically analyzes application code to generate clear, context-aware documentation. (by Deloitte Consulting LLP)