MultionToolkit#

class langchain_community.agent_toolkits.multion.toolkit.MultionToolkit[source]#

Bases: BaseToolkit

Toolkit for interacting with the Browser Agent.

Security Note: This toolkit contains tools that interact with the

userโ€™s browser via the multion API which grants an agent access to the userโ€™s browser.

Please review the documentation for the multion API to understand the security implications of using this toolkit.

See https://python.langchain.com/docs/security for more information.

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

get_tools() List[BaseTool][source]#

Get the tools in the toolkit.

Return type:

List[BaseTool]

Examples using MultionToolkit