Skip to main content

llama-index tools multion integration

Project description

MultiOn Tool

pip install llama-index-tools-multion

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.multion import MultionToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI

multion_tool = MultionToolSpec(api_key="your-multion-key")

agent = FunctionAgent(
    tools=multion_tool.to_tool_list(),
    llm=OpenAI(model="gpt-4.1"),
)

print(await agent.run("Can you read the latest tweets from my followers"))
print(await agent.run("What's 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.

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.5.1.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llama_index_tools_multion-0.5.1-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file llama_index_tools_multion-0.5.1.tar.gz.

File metadata

File hashes

Hashes for llama_index_tools_multion-0.5.1.tar.gz
Algorithm Hash digest
SHA256 a0d74e44e2ecbeab2d0bb1d96281d3c4e244ece9b6b667f44f88533ed8be2ee3
MD5 352fdf44bb86874c1b8a0514cb7e3460
BLAKE2b-256 02424daa0a81a13f12aac20b0a8b070212d15133f03ee61b76dbf0acc2236d4c

See more details on using hashes here.

File details

Details for the file llama_index_tools_multion-0.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_tools_multion-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 af96d0b7e7f10918e6059d630b4d58ed552d2e0a57b834020cd1d50c8b21968a
MD5 d8c3fc229c7ebfd938050f737281eea4
BLAKE2b-256 85f7bd009077036c61a8585544f157fe36faa58bcca21c9a69e0eb262a433236

See more details on using hashes here.

Supported by

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