Card snapshot
viewsmeet.com
·
2026-08-24 17:18:19 UTC
·
9730a479dc1f6ea15e3f3b17381b50ee4b32f186567a9f5cb733a9dcf8ef540c
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": "ViewsMeet participation",
"description": "A bounded interface for retrieving curated either/or challenges and submitting enum-only ballots.",
"supportedInterfaces": [
{
"url": "https://viewsmeet.com/api/agent/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"version": "0.2.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"provider": {
"organization": "ViewsMeet",
"url": "https://viewsmeet.com"
},
"securitySchemes": {},
"securityRequirements": [],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"documentationUrl": "https://viewsmeet.com/.well-known/agent-skills/viewsmeet-participation/SKILL.md",
"skills": [
{
"id": "curated-either-or-participation",
"name": "Curated either/or participation",
"description": "Retrieve one issued challenge, submit bounded choice vectors, and retain the receipt.",
"tags": [
"ballot",
"curated",
"comparison"
],
"examples": [
"Submit a self vector and target-prediction vector for an issued challenge."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}