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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_tools_multion-0.6.0.tar.gz.
File metadata
- Download URL: llama_index_tools_multion-0.6.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f92668bb2eb0b7f4cf6c4f1efcf8b25b049b4e25a8deda8db395f4c504c9ef0
|
|
| MD5 |
9149b5068edd65471d747811734ca1e2
|
|
| BLAKE2b-256 |
2099c40fe0065184da81dec303e64231b0abc689768839310fba33cc4cfd05cd
|
File details
Details for the file llama_index_tools_multion-0.6.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_tools_multion-0.6.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17300c3c2e0af46e6c739205c606506c5da5cf093e66fc364660f4e4c6c5ff4d
|
|
| MD5 |
1f6f5826747fa14bcc7516c9dd7428f4
|
|
| BLAKE2b-256 |
9d496b3650a9d75302b9e00fd5413fd1559a2ae41386d603f71a557dc0d04934
|