Upload agent.json with huggingface_hub
Browse files- agent.json +22 -0
agent.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
{
|
| 3 |
+
"name": "TraveSeal",
|
| 4 |
+
"description": "A secure, C2PA-compliant notary service for travel documents.",
|
| 5 |
+
"author": "TraveSeal Inc.",
|
| 6 |
+
"icon": "https://i.imgur.com/JAXON.png",
|
| 7 |
+
"tags": ["security", "c2pa", "notary", "travel"],
|
| 8 |
+
"homepage": "https://travseal.com/",
|
| 9 |
+
"version": "1.0.0",
|
| 10 |
+
"sdk": {
|
| 11 |
+
"python": "https://github.com/simohammedb/travseal-python",
|
| 12 |
+
"typescript": "https://github.com/simohammedb/travseal-typescript"
|
| 13 |
+
},
|
| 14 |
+
"api": {
|
| 15 |
+
"type": "json-rpc-2.0",
|
| 16 |
+
"url": "https://api.travseal.com/"
|
| 17 |
+
},
|
| 18 |
+
"example": {
|
| 19 |
+
"prompt": "Verify this hotel room photo.",
|
| 20 |
+
"response": "This image is verified with C2PA and can be trusted."
|
| 21 |
+
}
|
| 22 |
+
}
|