Source code for autogen_core._agent_type
from dataclasses import dataclass
[docs]
@dataclass(eq=True, frozen=True)
class AgentType:
type: str
"""String representation of this agent type."""
from dataclasses import dataclass
[docs]
@dataclass(eq=True, frozen=True)
class AgentType:
type: str
"""String representation of this agent type."""