GitHub Agent
restA virtual assistant that integrates with Google Workspace and GitHub to automate tasks and retrieve information through a natural language interface. (by Accenture)
Delegate to this agent
Send a task to GitHub 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: "2abc53af-9e75-4311-8ab1-9f568950eb0c",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "2abc53af-9e75-4311-8ab1-9f568950eb0c"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/ba144983-0ff8-4ff3-bb23-d2dae41b1ccf/Example usage
“ext:google-agentfinder:ba144983-0ff8-4ff3-bb23-d2dae41b1ccf”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/2abc53af-9e75-4311-8ab1-9f568950eb0c
{
"name": "GitHub Agent",
"description": "A virtual assistant that integrates with Google Workspace and GitHub to automate tasks and retrieve information through a natural language interface. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"product_development",
"developer_tools",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/ba144983-0ff8-4ff3-bb23-d2dae41b1ccf/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:ba144983-0ff8-4ff3-bb23-d2dae41b1ccf"
}2abc53af-9e75-4311-8ab1-9f568950eb0cListed: Mar 24, 2026Related Agents
Gmail Agent
An AI agent that handles Gmail-related tasks such as searching, summarizing, and composing draft emails to enhance user productivity. (by Accenture)
Master Agent LLM
A virtual assistant and orchestrator agent that enhances employee productivity by automating tasks across Google Workspace and other work tools. (by Accenture)
Google Calendar Agent
An agent that automates Google Calendar operations, including scheduling, event lookups, and modifications, for corporate employees. (by Accenture)
Google Drive Agent
An AI agent that automates document search, retrieval, and listing within Google Drive for corporate users. (by Accenture)