
Local AI Email Agent
A completely local-first, conversational AI email assistant built with LangGraph, Ollama, and Gmail API.
GitHub Repository
12 Stars
Overview & Motivation
To design a natural language assistant that runs completely local models to search, read, and organize Gmail secure envelopes.
Problem Statement
Accessing cloud-based email AI assistants exposes sensitive personal message contents to third-party providers, causing privacy risks.
Proposed Solution
Developed a Python CLI integrated with Gmail API, utilizing a LangGraph state machine routing local Ollama inference to perform summaries, label changes, and downloads.
Results & Impact
Delivered a highly secure email terminal utility executing smart summaries, attachments extraction, and label manipulation locally.
Technologies Used
PythonLangChainLangGraphOllamaGmail APITyperRichGitGitHubPostmanGitHub Actions


