AgentNameConflictError

AgentNameConflictError(
    msg: str = 'Found multiple agents with the same name.',
    *args: Any,
    **kwargs: Any
)

Common base class for all non-exit exceptions.

Parameters:
NameDescription
msgType: str

Default: ‘Found multiple agents with the same name.‘
*argsType: Any
**kwargsType: Any