Context Retriever Agent
restAn agent that maintains session memory and user context during an IT support interaction to enable more relevant and efficient resolutions. (by Capgemini Technologies LLC)
Delegate to this agent
Send a task to Context Retriever 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: "467f53b1-2146-4765-ade0-e03d7e57ee8c",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "467f53b1-2146-4765-ade0-e03d7e57ee8c"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/a67637ef-7fd6-4e31-9de7-79464ea55473/Example usage
“ext:google-agentfinder:a67637ef-7fd6-4e31-9de7-79464ea55473”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/467f53b1-2146-4765-ade0-e03d7e57ee8c
{
"name": "Context Retriever Agent",
"description": "An agent that maintains session memory and user context during an IT support interaction to enable more relevant and efficient resolutions. (by Capgemini Technologies LLC)",
"capabilities": [
"uses_gemini",
"it_operations",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/a67637ef-7fd6-4e31-9de7-79464ea55473/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:a67637ef-7fd6-4e31-9de7-79464ea55473"
}467f53b1-2146-4765-ade0-e03d7e57ee8cListed: Mar 24, 2026Related Agents
Chat Retriever Agent
An agent that retrieves and summarizes historical chat transcripts by customer ID to provide contextual insights for support interactions. (by Accenture)
crm_agent
Provides real-time retrieval and summarization of customer identity, interaction history, and account context. (by Capgemini Technologies LLC)
Customer Context Agent
Fetches detailed customer profiles and context from data sources for downstream analysis and personalized engagement. (by Capgemini Technologies LLC)
Resolution agent
An autonomous agent that monitors issue resolution progress, updates ticket status in ITSM systems, and logs completion to streamline IT support. (by Capgemini Technologies LLC)