Name | llama-index-tools-google JSON |
Version |
0.6.0
JSON |
| download |
home_page | None |
Summary | llama-index tools google integration |
upload_time | 2025-07-30 20:54:19 |
maintainer | ajhofmann |
docs_url | None |
author | None |
requires_python | <4.0,>=3.9 |
license | None |
keywords |
email
gmail
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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:
```python
# 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](https://developers.google.com/custom-search/v1/overview)
```python
google_spec = GoogleSearchToolSpec(key="your-key", engine="your-engine")
```
- `key` collected from your service console
- `engine` which represents the search engine to use, you can create a custom search
engine [here](https://cse.google.com/cse/all)
#### [calendar read, create]()
- requires OAuth 2.0 credentials, you can create them [here](https://console.developers.google.com/apis/credentials)
- store oAuth`credentials.json` in 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
Raw data
{
"_id": null,
"home_page": null,
"name": "llama-index-tools-google",
"maintainer": "ajhofmann",
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "email, gmail",
"author": null,
"author_email": "Your Name <you@example.com>",
"download_url": "https://files.pythonhosted.org/packages/9a/f1/e19f835ba4c4f9f1ad7bd1eb6bccb9a588ea4440c7c5395c4a0c4afbd211/llama_index_tools_google-0.6.0.tar.gz",
"platform": null,
"description": "# LlamaIndex Tools Integration: Google\n\n### Provides a set of tools to interact with Google services.\n\n- you need to enable each of the below services in your google cloud console, under a same API key for a service, in\n order to use them.\n\n### Quick Start:\n\n```python\n# pip install llama-index-tools-google\nfrom llama_index.tools.google import GmailToolSpec\nfrom llama_index.tools.google import GoogleCalendarToolSpec\nfrom llama_index.tools.google import GoogleSearchToolSpec\n```\n\n#### [custom search service](https://developers.google.com/custom-search/v1/overview)\n\n```python\ngoogle_spec = GoogleSearchToolSpec(key=\"your-key\", engine=\"your-engine\")\n```\n\n- `key` collected from your service console\n- `engine` which represents the search engine to use, you can create a custom search\n engine [here](https://cse.google.com/cse/all)\n\n#### [calendar read, create]()\n\n- requires OAuth 2.0 credentials, you can create them [here](https://console.developers.google.com/apis/credentials)\n- store oAuth`credentials.json` in the same directory as the runnable agent.\n- you will need to manually approve the Oath every time this tool is invoked\n\n#### [gmail read, create]()\n\n- same as calendar\n\n### known defects\n\n- the calendar tool create is not able to generate an event if the agent is not able to infer the timezome\n",
"bugtrack_url": null,
"license": null,
"summary": "llama-index tools google integration",
"version": "0.6.0",
"project_urls": null,
"split_keywords": [
"email",
" gmail"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4c0cf435edf2cbf13c322d0362dd7f58b28c2e30b2ca8a764d3746372f955cf9",
"md5": "771fc2b81c3dec13940ae8eb91df4d6e",
"sha256": "53111293ecc72f0c3db7049e6b1c56ca5eebe621dd7362950f003ba7e26c6291"
},
"downloads": -1,
"filename": "llama_index_tools_google-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "771fc2b81c3dec13940ae8eb91df4d6e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 9856,
"upload_time": "2025-07-30T20:54:18",
"upload_time_iso_8601": "2025-07-30T20:54:18.171293Z",
"url": "https://files.pythonhosted.org/packages/4c/0c/f435edf2cbf13c322d0362dd7f58b28c2e30b2ca8a764d3746372f955cf9/llama_index_tools_google-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9af1e19f835ba4c4f9f1ad7bd1eb6bccb9a588ea4440c7c5395c4a0c4afbd211",
"md5": "1e811698b5452a42acf1ad001dc02eb0",
"sha256": "0b3b3d324f643a137bba04c1b3126e003f3609bbbf1955f3855121709be74434"
},
"downloads": -1,
"filename": "llama_index_tools_google-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "1e811698b5452a42acf1ad001dc02eb0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 8311,
"upload_time": "2025-07-30T20:54:19",
"upload_time_iso_8601": "2025-07-30T20:54:19.057571Z",
"url": "https://files.pythonhosted.org/packages/9a/f1/e19f835ba4c4f9f1ad7bd1eb6bccb9a588ea4440c7c5395c4a0c4afbd211/llama_index_tools_google-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-30 20:54:19",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "llama-index-tools-google"
}