Card snapshot
tradingdesk-labs.io
·
2026-07-26 22:54:27 UTC
·
9be3036ee24a5e58f34620404674acec1397e84bfc287f3574fe735cbbbd1388
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": "tradingdesk-core Agent",
"description": "Trading desk agent for tradingdesk-core. Manages market data feeds, order execution, and risk position monitoring.",
"url": "https://tradingdesk-labs.io",
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"skills": [
{
"id": "market-data",
"name": "market-data",
"description": "Stream and analyze real-time market data feeds",
"tags": [
"market-data",
"streaming"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "execute",
"name": "execute",
"description": "Execute trades with smart order routing",
"tags": [
"execution",
"trading"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "risk",
"name": "risk",
"description": "Monitor portfolio risk and position limits",
"tags": [
"risk-management",
"positions"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "compliance",
"name": "compliance",
"description": "Validate trades against regulatory and internal rules",
"tags": [
"compliance",
"trading-rules"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "reporting",
"name": "reporting",
"description": "Generate T+1 settlement and P&L reports",
"tags": [
"settlement",
"reporting"
],
"examples": [],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"provider": {
"organization": "TradingDesk Labs",
"url": "https://tradingdesk-labs.io"
}
}