AI Gmail Agent

Autonomously managing, categorizing & responding to Gmail

Active Syncing
Total Processed 0
Auto Sent Replies 0
Drafts Created 0
Spam/Skipped 0

Live Decision Log

Sender Subject Category Priority Action Taken Processed Time

Loading agent telemetry...

Cloud Deployment & Hugging Face Guide

This Gmail Agent runs entirely autonomously in the cloud. Since you are deploying to a secure, public or private Hugging Face Space, you do not need to expose your sensitive credential files in the repository. Instead, configure them as Repository Secrets in the Space settings:

  • 1
    GROQ_API_KEY: Generate an API key on Groq Console and add it as a secret.
  • 2
    GMAIL_TOKEN_JSON: Copy the exact contents of your local token.json and paste it as a secret. The agent will handle session refresh token rotation automatically!

Note: For security, never commit token.json, credentials.json, or .env files to the public Git repository. They have been automatically added to the .gitignore and .dockerignore.