Quality Assistant Agent
restAn AI-powered agent that automates the entire software testing lifecycle for QA and DevOps teams. (by Wipro Limited)
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: "f87d703c-3e27-47b1-a460-38e99b606255" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"f87d703c-3e27-47b1-a460-38e99b606255",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/f87d703c-3e27-47b1-a460-38e99b606255/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/fdf0f2a6-c27b-4b08-90da-c6df633a67e6/Example usage
“ext:google-agentfinder:fdf0f2a6-c27b-4b08-90da-c6df633a67e6”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/f87d703c-3e27-47b1-a460-38e99b606255
{
"name": "Quality Assistant Agent",
"description": "An AI-powered agent that automates the entire software testing lifecycle for QA and DevOps teams. (by Wipro Limited)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"product_development",
"developer_tools",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/fdf0f2a6-c27b-4b08-90da-c6df633a67e6/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:fdf0f2a6-c27b-4b08-90da-c6df633a67e6"
}f87d703c-3e27-47b1-a460-38e99b606255Listed: Mar 24, 2026Related Agents
Quality Inspector Agent
An AI agent that automates the entire insurance policy lifecycle, from pre-sales customer engagement to post-sales claims processing. (by Accenture)
Quality assurance agent
An AI agent that monitors and evaluates interactions between customers and other service agents to ensure quality and improve performance. (by PricewaterhouseCoopers LLP)
Test Execution Agent
An AI agent that automates software test execution, monitors results, and triggers follow-up actions like stakeholder alerts and ticket creation. (by PricewaterhouseCoopers LLP)
Developer Assist Agent
An AI-powered DevOps assistant that accelerates software development through intelligent code generation, automated bug fixing, and architecture plannin... (by Tata Consultancy Services Limited)