├── .gitignore ├── CONTRIBUTING.md ├── LLEmail.py ├── Readme.md ├── daily_summary.txt └── license.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaiahshall/Local-LLaMA-Email-Agent/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaiahshall/Local-LLaMA-Email-Agent/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LLEmail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaiahshall/Local-LLaMA-Email-Agent/HEAD/LLEmail.py -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaiahshall/Local-LLaMA-Email-Agent/HEAD/Readme.md -------------------------------------------------------------------------------- /daily_summary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaiahshall/Local-LLaMA-Email-Agent/HEAD/daily_summary.txt -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaiahshall/Local-LLaMA-Email-Agent/HEAD/license.txt --------------------------------------------------------------------------------