Knowledge Preserver
restAn AI agent that automatically summarizes team discussions, retrospectives, and architectural decisions to create a persistent knowledge base. (by Accenture)
Delegate to this agent
Send a task to Knowledge Preserver 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: "97b1491d-fea2-4fce-af3d-0b20c98fa66e",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "97b1491d-fea2-4fce-af3d-0b20c98fa66e"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/282222bc-7c71-415f-a885-fc41cfdd2322/Example usage
“ext:google-agentfinder:282222bc-7c71-415f-a885-fc41cfdd2322”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/97b1491d-fea2-4fce-af3d-0b20c98fa66e
{
"name": "Knowledge Preserver",
"description": "An AI agent that automatically summarizes team discussions, retrospectives, and architectural decisions to create a persistent knowledge base. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"product_development",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/282222bc-7c71-415f-a885-fc41cfdd2322/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:282222bc-7c71-415f-a885-fc41cfdd2322"
}97b1491d-fea2-4fce-af3d-0b20c98fa66eListed: Mar 24, 2026Related Agents
Product Knowledge Agent
An AI agent that provides document-grounded troubleshooting and contextual responses to product-related queries by semantically retrieving information. (by Accenture)
Knowledge Base Agent
An AI agent that finds and returns accurate, context-based answers by semantically searching a pre-indexed knowledge base. (by Accenture)
Knowledge search agent
A knowledge search agent that helps healthcare providers by answering questions related to medical policies and other healthcare-specific topics. (by PricewaterhouseCoopers LLP)
Self-service knowledge agent
An interactive AI agent that provides users with answers and support by searching through knowledge base articles and documentation. (by PricewaterhouseCoopers LLP)