Skip to main content

Module email_tool

Module email_tool 

Source
Expand description

Email tool — wraps SmtpClient behind the AgentTool interface.

Provides agents with email sending capabilities. Agents compose HTML, manage templates, and decide content — we only provide the SMTP pipe.

§Actions

ModeDescriptionRequired params
Send (direct)Send an HTML emailsubject, body_html
Send (template)Send using a saved templatesubject, use_template
Save templateSend + save as templatesubject, body_html or use_template, save_template_as
List templatesList available templateslist_templates: true

Structs§

EmailTool
Email tool — provides send_email to agents.