{
"title": "agent.RemoteAgentBase",
"description": "A remote agent base definition with metadata.\n\nLike [`InlineAgentBase`] but includes a description field for remote storage.",
"type": "object",
"$ref": "agent.InlineAgentBase",
"properties": {
"description": {
"type": "string"
}
}
}