def __init__()

in agents/utils/connections.py [0:0]


    def __init__(self, url: str, headers: dict[str, str] = None):
        super().__init__()
        self.url = url
        self.headers = headers or {}