Name | llama-index-tools-multion JSON |
Version |
0.5.0
JSON |
| download |
home_page | None |
Summary | llama-index tools multion integration |
upload_time | 2025-07-30 20:51:00 |
maintainer | ajhofmann |
docs_url | None |
author | None |
requires_python | <4.0,>=3.9 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# MultiOn Tool
```bash
pip install llama-index-tools-multion
```
This tool connects to [MultiOn](https://www.multion.ai/) 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](https://github.com/run-llama/llama_index/blob/main/llama-index-integrations/tools/llama-index-tools-multion/examples/multion.ipynb).
Here's an example usage of the MultionToolSpec.
```python
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.
Raw data
{
"_id": null,
"home_page": null,
"name": "llama-index-tools-multion",
"maintainer": "ajhofmann",
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Your Name <you@example.com>",
"download_url": "https://files.pythonhosted.org/packages/f4/58/d43471c50e21ce929a2c2dd6e41be7cc34e325810b1331cea42f96c9cec2/llama_index_tools_multion-0.5.0.tar.gz",
"platform": null,
"description": "# MultiOn Tool\n\n```bash\npip install llama-index-tools-multion\n```\n\nThis tool connects to [MultiOn](https://www.multion.ai/) to enable your agent to easily\nconnect to the internet through your Chrome Web browser and act on your behalf\n\nYou will need to have the MultiOn chrome extension installed and a MultiOn account\nto use this integration\n\n## Usage\n\nThis tool has more a extensive example usage documented in a Jupyter notebook [here](https://github.com/run-llama/llama_index/blob/main/llama-index-integrations/tools/llama-index-tools-multion/examples/multion.ipynb).\n\nHere's an example usage of the MultionToolSpec.\n\n```python\nfrom llama_index.tools.multion import MultionToolSpec\nfrom llama_index.core.agent.workflow import FunctionAgent\nfrom llama_index.llms.openai import OpenAI\n\nmultion_tool = MultionToolSpec(api_key=\"your-multion-key\")\n\nagent = FunctionAgent(\n tools=multion_tool.to_tool_list(),\n llm=OpenAI(model=\"gpt-4.1\"),\n)\n\nprint(await agent.run(\"Can you read the latest tweets from my followers\"))\nprint(await agent.run(\"What's the next thing on my google calendar?\"))\n```\n\n`browse`: The core function that takes natural language instructions to pass to the web browser to execute\n\nThis loader is designed to be used as a way to load data as a Tool in a Agent.\n",
"bugtrack_url": null,
"license": null,
"summary": "llama-index tools multion integration",
"version": "0.5.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "2ec452e1fe7432bb41d2b412ff85833edc6da739b07319416a7b95f89f764d48",
"md5": "dc0ea77ba058e55ef7c82ed8cdd208ec",
"sha256": "226319c4fef20b5f0b5574635b8c95ed1c99bb694414dcfe12b4a4e1778444ad"
},
"downloads": -1,
"filename": "llama_index_tools_multion-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dc0ea77ba058e55ef7c82ed8cdd208ec",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 3488,
"upload_time": "2025-07-30T20:50:59",
"upload_time_iso_8601": "2025-07-30T20:50:59.273584Z",
"url": "https://files.pythonhosted.org/packages/2e/c4/52e1fe7432bb41d2b412ff85833edc6da739b07319416a7b95f89f764d48/llama_index_tools_multion-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f458d43471c50e21ce929a2c2dd6e41be7cc34e325810b1331cea42f96c9cec2",
"md5": "31478a1f0d8cd03619b01f9d7f6247de",
"sha256": "c1554eb2aa4613f584991abdec8acd3d47a8ea320eb6d8ad1d19452fd56b51b2"
},
"downloads": -1,
"filename": "llama_index_tools_multion-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "31478a1f0d8cd03619b01f9d7f6247de",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 3901,
"upload_time": "2025-07-30T20:51:00",
"upload_time_iso_8601": "2025-07-30T20:51:00.408778Z",
"url": "https://files.pythonhosted.org/packages/f4/58/d43471c50e21ce929a2c2dd6e41be7cc34e325810b1331cea42f96c9cec2/llama_index_tools_multion-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-30 20:51:00",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "llama-index-tools-multion"
}