Created
June 3, 2026 20:01
-
-
Save lujainkhalil/a2819a2e482bf6f6d8fce9198b8dc361 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "test-card-agent", | |
| "description": "A test agent with A2A card", | |
| "url": "https://agentis-id.vercel.app", | |
| "version": "1.0.0", | |
| "capabilities": [ | |
| { | |
| "id": "invoices:read", | |
| "description": "Read and list invoices" | |
| }, | |
| { | |
| "id": "payments:write", | |
| "description": "Process payments" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment