Docu Code - Code Documetation Agent
restAn AI-powered agent that automatically analyzes application code to generate clear, context-aware documentation. (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: "f0442377-e34c-44e1-ae42-64db56684ed6" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"f0442377-e34c-44e1-ae42-64db56684ed6",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/f0442377-e34c-44e1-ae42-64db56684ed6/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/a8e4b986-8ace-406d-8d3e-52d7875f08ca/Example usage
“ext:google-agentfinder:a8e4b986-8ace-406d-8d3e-52d7875f08ca”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/f0442377-e34c-44e1-ae42-64db56684ed6
{
"name": "Docu Code - Code Documetation Agent",
"description": "An AI-powered agent that automatically analyzes application code to generate clear, context-aware documentation. (by Deloitte Consulting LLP)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"product_development",
"developer_tools",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/a8e4b986-8ace-406d-8d3e-52d7875f08ca/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:a8e4b986-8ace-406d-8d3e-52d7875f08ca"
}f0442377-e34c-44e1-ae42-64db56684ed6Listed: Mar 24, 2026Related Agents
Documentation Generator Agent
An AI agent that autonomously converts categorized code into well-structured Markdown documentation to improve developer productivity. (by Accenture)
CodeX Analyzer Team
An AI agent that automates the analysis, summarization, and translation of technical documentation for developers and analysts. (by Accenture)
Code and Data Management Agent Suite
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)
Developer Documentation Agent
An AI agent providing architecture recommendations, documentation synthesis, and coding support to accelerate software development. (by Tata Consultancy Services Limited)