in agents/agent.py [0:0]
def __init__(
self,
name: str,
system: str,
tools: list[Tool] | None = None,
mcp_servers: list[dict[str, Any]] | None = None,
config: ModelConfig | None = None,
verbose: bool = False,
client: Anthropic | None = None,