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][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
Examples using MultionToolkit