guluc3m / zoe-agent-mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zoe-agent-mail

Zoe agent to sent emails.

In order to be able to sent emails before running this agent you have to set a valid config.json with your email and password.

After that, expected intents are in this format:

{ 'intent': 'mail.zoeMail',
  'dest': ['destinationMail', ...],
  'subject': 'text',
  'content': 'text',
  'adjunt': [doc1, [doc2...]] (WIP)
}

About

License:MIT License


Languages

Language:Python 92.0%Language:Dockerfile 8.0%