Card snapshot
voiceops-platform.io
·
2026-07-26 22:54:33 UTC
·
b82e80f091b12994278de383c33ceeda928c5023c346c2362f1747fc9b7cfdb9
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.
{
"protocolVersion": "0.3.0",
"name": "voiceops-engine Agent",
"description": "Voice AI platform agent for voiceops-engine. Manages speech recognition pipelines, voice synthesis, and real-time transcription services.",
"url": "https://voiceops-platform.io",
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"skills": [
{
"id": "transcribe",
"name": "transcribe",
"description": "Real-time speech-to-text transcription",
"tags": [
"transcription",
"speech"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "synthesize",
"name": "synthesize",
"description": "Generate natural speech from text inputs",
"tags": [
"tts",
"synthesis"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "models",
"name": "models",
"description": "Deploy and manage voice ML models",
"tags": [
"ml-ops",
"models"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "analytics",
"name": "analytics",
"description": "Analyze call recordings for sentiment and topics",
"tags": [
"analytics",
"sentiment"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "streams",
"name": "streams",
"description": "Manage real-time audio streaming pipelines",
"tags": [
"streaming",
"websockets"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"provider": {
"organization": "VoiceOps Platform",
"url": "https://voiceops-platform.io"
}
}