Card snapshot
vishalmysore-a2amcpdemo.hf.space
·
2026-06-06 22:38:08 UTC
·
dc53c257e735113afcd3615d142d36bc730da0fae17ba315ff6445ca81284bbe
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Car Booking Agent",
"description": "This agent provides capabilities for car booking, including checking booking status, listing available car types, and retrieving car pricing.",
"url": "http://r-vishalmysore-a2amcpdemo-p32b09d0-c4859-pfdp6:7860",
"provider": {
"organization": "Car Rentals Inc.",
"url": "https://carrentals.com"
},
"version": "1.0.0",
"documentationUrl": "https://example.com/docs/car-booking-agent",
"capabilities": {
"streaming": true,
"pushNotifications": true,
"stateTransitionHistory": true
},
"authentication": {
"schemes": [
"ApiKey"
],
"credentials": "Basic",
"valid": true,
"bearerAuth": false,
"basicAuth": false
},
"defaultInputModes": [
"text",
"voice"
],
"defaultOutputModes": [
"text",
"audio"
],
"skills": [
{
"id": "carBooking",
"name": "Car Booking",
"description": "Handles actions related to car booking including checking booking statuses, listing car types, and retrieving pricing.",
"tags": [
"car booking",
"rental",
"transportation"
],
"examples": [
"Check booking status for reservation ID 12345.",
"List available car types for rental.",
"Get pricing for a compact car."
],
"inputModes": [
"text",
"voice"
],
"outputModes": [
"text",
"speech"
]
},
{
"id": "selenium",
"name": "Selenium Automation",
"description": "Performs web automation actions using Selenium, such as interacting with web pages.",
"tags": [
"automation",
"web",
"selenium"
],
"examples": [
"Perform a search on the car booking website.",
"Fill out the car rental form automatically."
],
"inputModes": [
"text",
"voice"
],
"outputModes": [
"text",
"json"
]
}
],
"agentCapabilities": "Capabilities(streaming=true, pushNotifications=true, stateTransitionHistory=true)"
}