llama-index tools google integration
Project description
LlamaIndex Tools Integration: Google
Provides a set of tools to interact with Google services.
- you need to enable each of the below services in your google cloud console, under a same API key for a service, in order to use them.
Quick Start:
# pip install llama-index-tools-google
from llama_index.tools.google import GmailToolSpec
from llama_index.tools.google import GoogleCalendarToolSpec
from llama_index.tools.google import GoogleSearchToolSpec
custom search service
google_spec = GoogleSearchToolSpec(key="your-key", engine="your-engine")
keycollected from your service consoleenginewhich represents the search engine to use, you can create a custom search engine here
calendar read, create
- requires OAuth 2.0 credentials, you can create them here
- store oAuth
credentials.jsonin the same directory as the runnable agent. - you will need to manually approve the Oath every time this tool is invoked
gmail read, create
- same as calendar
known defects
- the calendar tool create is not able to generate an event if the agent is not able to infer the timezome
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_google-0.6.2.tar.gz.
File metadata
- Download URL: llama_index_tools_google-0.6.2.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1cb789864b5b66526123cdeaef9ae573ef10742f6d4c88a0dea75bfabd4436f
|
|
| MD5 |
54e733a78c8bae40bbb287ab5956ffcb
|
|
| BLAKE2b-256 |
d24eed6a62c47a9c518eb3076b7ef40a1377818c5c4aac5941146917ee6ea0b9
|
File details
Details for the file llama_index_tools_google-0.6.2-py3-none-any.whl.
File metadata
- Download URL: llama_index_tools_google-0.6.2-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c22e6b79bfe79e3eb1cb552afe755ec79513b0edde0b22edfd8e0fc990f7dd8
|
|
| MD5 |
c46af97fe60f2711dff9f5f26381e148
|
|
| BLAKE2b-256 |
8e4e5a44d38780f82505eb03176230a4f8a164f48f71252ab05e7044bd1044ea
|