This commit is contained in:
a2a-platform
2026-06-04 22:35:23 +00:00
parent c2768d3117
commit d29e0ca80a
3 changed files with 2998 additions and 2 deletions

View File

@@ -8,3 +8,16 @@ Generated A2APack agent for Mailu API.
The generated code is intentionally editable. Tune prompts, operation
grouping, auth names, and safety policy before publishing serious agents.
## Mailbox skills
This agent also includes SMTP/IMAP skills:
- `send_email`
- `read_inbox`
- `mark_email_read`
These skills take the mailbox email address, mint a temporary Mailu user token
through the admin API, use it as the SMTP/IMAP password, and delete the token
before returning. The token is not exposed to the model or returned in skill
responses.