Skip to main content

llama-index tools multion integration

Project description

MultiOn Tool

This tool connects to MultiOn to enable your agent to easily connect to the internet through your Chrome Web browser and act on your behalf

You will need to have the MultiOn chrome extension installed and a MultiOn account to use this integration

Usage

This tool has more a extensive example usage documented in a Jupyter notebook here

Here's an example usage of the MultionToolSpec.

from llama_index.tools.metaphor import MultionToolSpec
from llama_index.agent import OpenAIAgent

multion_tool = MultionToolSpec()

agent = OpenAIAgent.from_tools(multion_tool.to_tool_list())

agent.chat("Can you read the latest tweets from my followers")
agent.chat("Whats the next thing on my google calendar?")

browse: The core function that takes natural language instructions to pass to the web browser to execute

This loader is designed to be used as a way to load data as a Tool in a Agent. See here for examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llama_index_tools_multion-0.1.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

llama_index_tools_multion-0.1.2-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page