llama-index-tools-multion


Namellama-index-tools-multion JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
Summaryllama-index tools multion integration
upload_time2024-08-22 07:35:53
maintainerajhofmann
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
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.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/9c/cbf8d0f8c10e32b7cce157893aa93ac25dbb8caaef48ddef110f9f3ed5c6/llama_index_tools_multion-0.3.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.3.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78b1ebd2f4b701684655f6ac22781f05c3405e3cb7e312f3b2f8c617fcd6e037",
                "md5": "29eb8511cb3f5efd7b10c8c8a53857f2",
                "sha256": "020d2a1add31370fe7dccbe1e65b15a326944424b8b0a388df60ee13bed5dc13"
            },
            "downloads": -1,
            "filename": "llama_index_tools_multion-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29eb8511cb3f5efd7b10c8c8a53857f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2614,
            "upload_time": "2024-08-22T07:35:52",
            "upload_time_iso_8601": "2024-08-22T07:35:52.982637Z",
            "url": "https://files.pythonhosted.org/packages/78/b1/ebd2f4b701684655f6ac22781f05c3405e3cb7e312f3b2f8c617fcd6e037/llama_index_tools_multion-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd9ccbf8d0f8c10e32b7cce157893aa93ac25dbb8caaef48ddef110f9f3ed5c6",
                "md5": "1bac34e4361f403686b925c349383253",
                "sha256": "2f413d3e4bc6763342524c2090762fbc54ecbebf0f3d9df8ba14b36b3d716379"
            },
            "downloads": -1,
            "filename": "llama_index_tools_multion-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1bac34e4361f403686b925c349383253",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2432,
            "upload_time": "2024-08-22T07:35:53",
            "upload_time_iso_8601": "2024-08-22T07:35:53.998204Z",
            "url": "https://files.pythonhosted.org/packages/dd/9c/cbf8d0f8c10e32b7cce157893aa93ac25dbb8caaef48ddef110f9f3ed5c6/llama_index_tools_multion-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 07:35:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-tools-multion"
}
        
Elapsed time: 0.32700s