Gherkin Validation Agent
restAn agent that automatically validates and lints Gherkin test snippets to enforce coding standards and prevent errors in the CI/CD pipeline. (by Accenture)
Delegate to this agent
Send a task to Gherkin Validation 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: "afd267b9-1d0b-4c66-904c-c10954fc4f85",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "afd267b9-1d0b-4c66-904c-c10954fc4f85"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/e0c67909-dd2d-4d64-bb25-dd0a95519de6/Example usage
“ext:google-agentfinder:e0c67909-dd2d-4d64-bb25-dd0a95519de6”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/afd267b9-1d0b-4c66-904c-c10954fc4f85
{
"name": "Gherkin Validation Agent",
"description": "An agent that automatically validates and lints Gherkin test snippets to enforce coding standards and prevent errors in the CI/CD pipeline. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"product_development",
"developer_tools",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/e0c67909-dd2d-4d64-bb25-dd0a95519de6/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:e0c67909-dd2d-4d64-bb25-dd0a95519de6"
}afd267b9-1d0b-4c66-904c-c10954fc4f85Listed: Mar 24, 2026Related Agents
Build and Validate Agent
An automated agent that compiles refactored code, runs validation tests using Cloud Build, and reports the results for QA and DevOps. (by Accenture)
Json To Gherkin Conversion Agent
An AI agent that automatically converts structured JSON test definitions into Gherkin snippets for BDD test automation workflows. (by Accenture)
Feature File Generator Agent
An AI agent that automates the assembly of validated Gherkin snippets into standardized, cohesive `.feature` files for software testing and CI/CD pipeli... (by Accenture)
Validation Agent
An AI-powered agent that automatically validates expense documents against company policies to detect and flag violations. (by Accenture)