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.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.
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
Built Distribution
File details
Details for the file llama_index_tools_multion-0.4.0.tar.gz
.
File metadata
- Download URL: llama_index_tools_multion-0.4.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5f17cc4cd4b38cc731117a4acdf60efe82430970b95f0ee5fdcccba1410c37d |
|
MD5 | 2d4f10c50b846d26cffebe07e6aac0d3 |
|
BLAKE2b-256 | 0e02d69d6c592a8e594030883924da07291db9ae3c2a31d19145fc20b7e2fc04 |
File details
Details for the file llama_index_tools_multion-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_tools_multion-0.4.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c477d2b0e484d0e0551ea279c972ea4e3587c82389f1e8fb74d90e0bc1b8d1ce |
|
MD5 | 25d2dd64a07b22a92b147bf2558da273 |
|
BLAKE2b-256 | 5e1a80ca30aefb601431b0bdbf08db7355d54b8062dcf8bc506e478ac00c1e03 |