{"name": "P&C Pathfinder", "description": "P&C information retrieval agent that uses a RAG workflow using the People Portal knowledge base.", "supportedInterfaces": [{"url": "https://pc-pathfinder-public-api-dev.aws.cloud.roche.com/a2a/jsonrpc", "protocolBinding": "JSONRPC", "protocolVersion": "1.0"}], "provider": {"organization": "Roche", "url": "https://www.roche.com"}, "version": "0.13.1", "capabilities": {"streaming": false, "pushNotifications": false, "extendedAgentCard": false}, "securitySchemes": {"apiKey": {"apiKeySecurityScheme": {"description": "API Gateway API key.", "location": "header", "name": "x-api-key"}}}, "securityRequirements": [{"schemes": {"apiKey": {"list": []}}}], "defaultInputModes": ["text/plain"], "defaultOutputModes": ["text/plain", "application/json"], "skills": [{"id": "knowledge-retrieval", "name": "Knowledge Retrieval", "description": "Answers P&C questions using retrieval from the People Portal knowledge base. Answers are based on caller role and location.", "tags": ["rag", "People Portal", "knowledge articles", "knowledge-base", "P&C", "People & Culture"], "examples": ["What is Roche Annual Bonus?", "How can I request vacation?", "Which parental leave policies apply in Switzerland?", "What are my benefits?"], "inputModes": ["text/plain"], "outputModes": ["text/plain", "application/json"]}]}