{"capabilities":{"pushNotifications":false,"streaming":true},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["text/plain","application/json"],"description":"Urgency advisor agent that assesses driving safety. Provides recommendations based on diagnostic severity and warns about symptoms that require immediate attention.","name":"Urgency Advisor Agent","preferredTransport":"JSONRPC","protocolVersion":"0.3.0","provider":{"organization":"2427b26d-e300-4451-b4d1-94a831cca952","url":"https://www.example.com"},"skills":[{"description":"Advises if vehicle is safe to drive based on diagnostic severity. Returns driving recommendations, maximum safe mileage, and warning signs to watch for that indicate immediate action is needed.","examples":["Is it safe to drive with P0420?","Can I drive to work with this diagnostic code?","How urgent is a medium severity issue?"],"id":"assess_urgency","inputModes":["text/plain","application/json"],"name":"Assess Driving Urgency","outputModes":["text/plain","application/json"],"security":[{"ares":["interactions = [urgencyadvisor]"]}],"tags":["urgency","safety","driving","recommendations","automotive"],"metadata":{"inputSchema":{"type":"object","properties":{"diagnosis":{"type":"object","description":"Diagnostic results from OBD agent","properties":{"obd_code":{"type":"string","description":"OBD trouble code"},"problem_summary":{"type":"string"},"severity":{"type":"string"}}},"severity":{"type":"string","description":"Severity level: low, medium, high, critical","enum":["low","medium","high","critical"]},"vehicle_info":{"type":"object","description":"Optional vehicle information","properties":{"make":{"type":"string"},"model":{"type":"string"},"year":{"type":"integer"}}}},"required":["severity"]},"outputSchema":{"type":"object","properties":{"safe_to_drive":{"type":"boolean","description":"Whether it is safe to continue driving"},"max_recommended_miles":{"type":"integer","description":"Maximum miles before repair needed"},"risk_if_ignored":{"type":"string","description":"What happens if issue is ignored"},"warning_signs":{"type":"array","items":{"type":"string"},"description":"Symptoms to watch for"},"immediate_actions":{"type":"array","items":{"type":"string"},"description":"Recommended actions"},"urgency_level":{"type":"string","description":"Urgency classification"}}}}}],"supportsAuthenticatedExtendedCard":false,"url":"https://urgency-advisor.obd-a2a.ares-platform-staging.prod.ares-networks.com","version":"1.0.0"}