{
"title": "agent.AgentWithFallbacksWithCount",
"description": "An [`AgentWithFallbacks`] with a count (post-validation swarm agent slot).",
"type": "object",
"$ref": "agent.AgentWithFallbacks",
"properties": {
"count": {
"description": "Number of instances of this agent in the swarm. Defaults to 1.",
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615,
"default": 1
}
}
}