{
"title": "agent.InlineAgentBaseWithFallbacksOrRemote",
"description": "An agent specification that is either an inline agent base with fallbacks\nor a remote path reference.\n\nUsed in swarm definitions to allow agents to be specified inline\n(with optional fallbacks) or resolved from a remote source via a\nhashmap during conversion.",
"anyOf": [
{
"title": "AgentBase",
"$ref": "agent.InlineAgentBaseWithFallbacks"
},
{
"title": "Remote",
"$ref": "RemotePath"
}
]
}