{
"title": "agent.AgentWithFallbacks",
"description": "A validated agent with optional fallbacks, either remote (with description) or inline.",
"anyOf": [
{
"title": "Remote",
"$ref": "agent.RemoteAgentWithFallbacks"
},
{
"title": "Inline",
"$ref": "agent.InlineAgentWithFallbacks"
}
]
}