Name | llama-index-tools-multion JSON |
Version |
0.4.0
JSON |
| download |
home_page | None |
Summary | llama-index tools multion integration |
upload_time | 2024-11-17 23:04:05 |
maintainer | ajhofmann |
docs_url | None |
author | Your Name |
requires_python | <4.0,>=3.9 |
license | MIT |
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.agent.openai import OpenAIAgent
multion_tool = MultionToolSpec(api_key="your-multion-key")
agent = OpenAIAgent.from_tools(multion_tool.to_tool_list())
agent.chat("Can you read the latest tweets from my followers")
agent.chat("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": "Your Name",
"author_email": "you@example.com",
"download_url": "https://files.pythonhosted.org/packages/0e/02/d69d6c592a8e594030883924da07291db9ae3c2a31d19145fc20b7e2fc04/llama_index_tools_multion-0.4.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.agent.openai import OpenAIAgent\n\nmultion_tool = MultionToolSpec(api_key=\"your-multion-key\")\n\nagent = OpenAIAgent.from_tools(multion_tool.to_tool_list())\n\nagent.chat(\"Can you read the latest tweets from my followers\")\nagent.chat(\"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": "MIT",
"summary": "llama-index tools multion integration",
"version": "0.4.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5e1a80ca30aefb601431b0bdbf08db7355d54b8062dcf8bc506e478ac00c1e03",
"md5": "25d2dd64a07b22a92b147bf2558da273",
"sha256": "c477d2b0e484d0e0551ea279c972ea4e3587c82389f1e8fb74d90e0bc1b8d1ce"
},
"downloads": -1,
"filename": "llama_index_tools_multion-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "25d2dd64a07b22a92b147bf2558da273",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 2611,
"upload_time": "2024-11-17T23:04:03",
"upload_time_iso_8601": "2024-11-17T23:04:03.849522Z",
"url": "https://files.pythonhosted.org/packages/5e/1a/80ca30aefb601431b0bdbf08db7355d54b8062dcf8bc506e478ac00c1e03/llama_index_tools_multion-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0e02d69d6c592a8e594030883924da07291db9ae3c2a31d19145fc20b7e2fc04",
"md5": "2d4f10c50b846d26cffebe07e6aac0d3",
"sha256": "e5f17cc4cd4b38cc731117a4acdf60efe82430970b95f0ee5fdcccba1410c37d"
},
"downloads": -1,
"filename": "llama_index_tools_multion-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "2d4f10c50b846d26cffebe07e6aac0d3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 2412,
"upload_time": "2024-11-17T23:04:05",
"upload_time_iso_8601": "2024-11-17T23:04:05.393106Z",
"url": "https://files.pythonhosted.org/packages/0e/02/d69d6c592a8e594030883924da07291db9ae3c2a31d19145fc20b7e2fc04/llama_index_tools_multion-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-17 23:04:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "llama-index-tools-multion"
}