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.
Examples using MultionToolkit