A secure, Human-in-the-Loop AI Agent for Google Sheets and Drive in Colab.
Project description
z2a - Google Sheets Agent
A secure, 2-step Human-in-the-Loop AI Agent for modifying Google Sheets and Drive directly from Google Colab.
🚀 Quick Start
!pip install z2a
from google.colab import auth, userdata
auth.authenticate_user()
from z2a.gsheets.agent import WorkspaceLauncher
app = WorkspaceLauncher(
gemini_key=userdata.get('GEMINI_API_KEY'),
models=["gemini-3.1-pro-preview", "gemini-flash-latest"]
)
app.start()
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
z2a-0.1.0.tar.gz
(13.4 kB
view details)
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
z2a-0.1.0-py3-none-any.whl
(14.6 kB
view details)
File details
Details for the file z2a-0.1.0.tar.gz.
File metadata
- Download URL: z2a-0.1.0.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40846ffd8147b5c0674f358f1ab6042c90b31b7d83cdf77043b7cf2abbd96a28
|
|
| MD5 |
644ae5ed03389d6b7813ed801551b713
|
|
| BLAKE2b-256 |
7222dc599f7fa2e50dd645f47d1d59b04c94a44c358f33cdc06e673cc4f0cf87
|
File details
Details for the file z2a-0.1.0-py3-none-any.whl.
File metadata
- Download URL: z2a-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
860758d536eb35f8a2bcbb10da19f406dfc2f5dc053c6133815690ff10fda042
|
|
| MD5 |
a677496eab78162e03b25dbe5538e77b
|
|
| BLAKE2b-256 |
0c878ad028ad6df0173d030fd9e7a49db529cc9360e2e3821efe967329aab15e
|