v0.2.1 initial release
🚀 LangGraph AI Mailbot – Fork & Forget
An end-to-end autonomous email-support prototype built with LangGraph + LLM + SMTP/IMAP.
Fork this repo ➕ set the five secrets below ➡️ push any Release (v*) ➡️ GitHub Actions builds & test.
If you want to run it locally, please pull this project to your local machine and set the environment variables.
📦 Required Repository Secrets
| Secret Name | Env Var | Placeholder Value |
|---|---|---|
| MODEL | MODEL | e.g., gpt-4o |
| BASE_URL | BASE_URL | https://api.openai.com/v1 (or your proxy) |
| API_KEY | API_KEY | OpenAI API key |
| QQEMAIL | QQEMAIL | QQ-mail address for IMAP/SMTP |
| EMAIL_PASSWORD | EMAIL_PASSWORD | QQ-mail app-specific password |
That’s it—zero manual server setup or human intervention required!