{
"agent": {
"agent_name": "string"
},
"id": "sh_123",
"call_id": "string",
"caller": {
"type": "direct"
},
"type": "shell_call",
"action": {
"commands": [
"string"
],
"timeout_ms": 0,
"max_output_length": 0
},
"status": "in_progress",
"environment": {
"type": "local",
"skills": [
{
"name": "string",
"description": "string",
"path": "string"
}
]
}
}