https://github.com/chon-group/mailer
Mailer is a customized BDI-based agent architecture that extends the standard Jason agent by adding the ability to exchange messages via IMAP and SMTP e-mail protocols.
https://github.com/chon-group/mailer
agents agentspeak bdi-model imap-client jacamo jason kqml multi-agent-systems smtp-client
Last synced: 23 days ago
JSON representation
Mailer is a customized BDI-based agent architecture that extends the standard Jason agent by adding the ability to exchange messages via IMAP and SMTP e-mail protocols.
- Host: GitHub
- URL: https://github.com/chon-group/mailer
- Owner: chon-group
- License: cc-by-4.0
- Created: 2024-02-14T09:29:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T14:14:53.000Z (about 1 month ago)
- Last Synced: 2025-03-19T15:26:40.088Z (about 1 month ago)
- Topics: agents, agentspeak, bdi-model, imap-client, jacamo, jason, kqml, multi-agent-systems, smtp-client
- Language: Java
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailer BDI-agent Architecture
[](https://jitpack.io/#chon-group/Mailer)Multi-Agent Systems (MAS) are groups of autonomous agents that act in the same environment, competing or collaborating to achieve individual or collective goals.
Some main challenges encountered in communicating different MAS are the connectionless protocols used by some IoT middlewares for agent communication and the lack of security in transferring messages over the internet.
The Mailer Agent is a customized BDI-based agent architecture that extends the standard [Jason](https://github.com/jason-lang/jason) agent by adding the ability to exchange messages by a connection-oriented communication architecture using secure channels provided by protocols IMAP and SMTP.
Besides, this work contributes to the advancement of MAS by addressing the integration of email protocols to enable secure and simplified human-agent interaction.
### See the [Mailer Wiki](https://github.com/chon-group/Mailer/wiki/) to learn how to use this agent architecture in your Multi-agent System.
## Copyright
Mailer is licensed under a Creative Commons Attribution 4.0 International License. The licensor cannot revoke these freedoms as long as you follow the license terms:* __Attribution__ — You must give __appropriate credit__ like below:
Lazarin, N.M., de Souza, J.P.B., Pantoja, C.E., Alexandre, T., Viterbo, J. (2025). Human and BDI-Agent Interaction via KQML Messages over IMAP and SMTP. In: Mathieu, P., De la Prieta, F. (eds) Advances in Practical Applications of Agents, Multi-Agent Systems, and Digital Twins: The PAAMS Collection. PAAMS 2024. Lecture Notes in Computer Science(), vol 15157. Springer, Cham. DOI: [10.1007/978-3-031-70415-4_15](https://www.researchgate.net/publication/385919487_Human_and_BDI-Agent_Interaction_via_KQML_Messages_over_IMAP_and_SMTP)
Bibtex Citation
```
@InProceedings{mailerAgent,
doi="10.1007/978-3-031-70415-4_15"
author="Lazarin, Nilson Mori
and de Souza, Jo{\~a}o Pedro Bernardo
and Pantoja, Carlos Eduardo
and Alexandre, Tielle
and Viterbo, Jose",
editor="Mathieu, Philippe
and De la Prieta, Fernando",
title="Human and BDI-Agent Interaction via KQML Messages over IMAP and SMTP",
booktitle="Advances in Practical Applications of Agents, Multi-Agent Systems, and Digital Twins: The PAAMS Collection",
year="2025",
publisher="Springer Nature Switzerland",
address="Cham",
pages="172--183",
isbn="978-3-031-70415-4"
}```