agents
autogen.agents.WebSurferAgent
WebSurferAgent
An agent that uses web tools to interact with the web.
Initialize the WebSurferAgent.
Parameters:Name | Description |
---|---|
llm_config | The LLM configuration. Type: dict[str, typing.Any] |
*args | |
web_tool | The web tool to use. Defaults to “browser_use”. Type: Literal['browser_use', 'crawl4ai'] Default: ‘browser_use’ |
web_tool_kwargs | The keyword arguments for the web tool. Defaults to None. Type: dict[str, typing.Any] Default: None |
**kwargs |
Instance Attributes