travseal-agent / agent.json
Simohammedb's picture
Upload agent.json with huggingface_hub
fbd8e22 verified
Raw
History Blame Contribute Delete
667 Bytes
{
"name": "TraveSeal",
"description": "A secure, C2PA-compliant notary service for travel documents.",
"author": "TraveSeal Inc.",
"icon": "https://i.imgur.com/JAXON.png",
"tags": ["security", "c2pa", "notary", "travel"],
"homepage": "https://travseal.com/",
"version": "1.0.0",
"sdk": {
"python": "https://github.com/simohammedb/travseal-python",
"typescript": "https://github.com/simohammedb/travseal-typescript"
},
"api": {
"type": "json-rpc-2.0",
"url": "https://api.travseal.com/"
},
"example": {
"prompt": "Verify this hotel room photo.",
"response": "This image is verified with C2PA and can be trusted."
}
}