Proposal review and comparison agent
restAn AI agent that automates the analysis and comparison of vendor proposals to accelerate procurement decisions. (by PricewaterhouseCoopers 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: "199d8872-e2fc-4252-b40d-939c0a6679ca" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"199d8872-e2fc-4252-b40d-939c0a6679ca",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/199d8872-e2fc-4252-b40d-939c0a6679ca/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/32d018fc-a6c3-4580-af83-d625d6284da3/Example usage
“ext:google-agentfinder:32d018fc-a6c3-4580-af83-d625d6284da3”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/199d8872-e2fc-4252-b40d-939c0a6679ca
{
"name": "Proposal review and comparison agent",
"description": "An AI agent that automates the analysis and comparison of vendor proposals to accelerate procurement decisions. (by PricewaterhouseCoopers LLP)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"procurement_and_supply_chain",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/32d018fc-a6c3-4580-af83-d625d6284da3/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:32d018fc-a6c3-4580-af83-d625d6284da3"
}199d8872-e2fc-4252-b40d-939c0a6679caListed: Mar 24, 2026Related Agents
Comparon
An AI agent that automates vendor bid comparison, scoring, and ranking to streamline enterprise procurement decisions. (by Accenture)
Procurement approval and compliance agent
An agent that automates the validation of procurement documents to ensure they meet compliance, regulatory, and internal approval standards. (by PricewaterhouseCoopers LLP)
Deal Reviewer (Approval Agent)
An AI agent that automates deal approval workflows by processing proposals and orchestrating cross-platform communication for real-time decisions. (by Accenture)
Purchase Assist Agent
An AI agent that helps procurement teams quickly access and comprehend relevant data from structured and unstructured sources. (by Wipro Limited)