Componentparser
restThe Componentparser agent identifies and extracts aircraft components from aerospace documents and technical specifications. (by Capgemini Technologies LLC)
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: "8b19c33c-ec59-4447-8162-c0f7fc9f1096" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"8b19c33c-ec59-4447-8162-c0f7fc9f1096",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/8b19c33c-ec59-4447-8162-c0f7fc9f1096/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/fdbc8eb0-7600-4420-91d8-776a718b9214/Example usage
“ext:google-agentfinder:fdbc8eb0-7600-4420-91d8-776a718b9214”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/8b19c33c-ec59-4447-8162-c0f7fc9f1096
{
"name": "Componentparser",
"description": "The Componentparser agent identifies and extracts aircraft components from aerospace documents and technical specifications. (by Capgemini Technologies LLC)",
"capabilities": [
"uses_gemini",
"manufacturing",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/fdbc8eb0-7600-4420-91d8-776a718b9214/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:fdbc8eb0-7600-4420-91d8-776a718b9214"
}8b19c33c-ec59-4447-8162-c0f7fc9f1096Listed: Mar 24, 2026Related Agents
Aero Parser
An agent that identifies deviations from EASA or FAA regulatory clauses in aerospace documents to accelerate compliance checks. (by Capgemini Technologies LLC)
Aeromapper
An AI agent that parses aeronautical documents to automatically identify and reference deviations from technical standards for compliance checks. (by Capgemini Technologies LLC)
Input Parsing Agent
An agent that automates the parsing of legacy Python 2 code into an Abstract Syntax Tree (AST) to aid in code modernization and documentation. (by Accenture)
No
An AI-powered agent that automates the validation of technical requirements against engineering response documents in aerospace engineering. (by Capgemini Technologies LLC)