{"id":25164302,"url":"https://github.com/chon-group/mailer","last_synced_at":"2026-02-17T20:32:09.543Z","repository":{"id":223340006,"uuid":"757333210","full_name":"chon-group/Mailer","owner":"chon-group","description":"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.","archived":false,"fork":false,"pushed_at":"2025-03-19T14:14:53.000Z","size":45,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T15:50:56.345Z","etag":null,"topics":["agents","agentspeak","bdi-model","imap-client","jacamo","jason","kqml","multi-agent-systems","smtp-client"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chon-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-14T09:29:24.000Z","updated_at":"2025-03-19T14:14:57.000Z","dependencies_parsed_at":"2024-05-18T20:35:26.342Z","dependency_job_id":"8601582a-dc6c-4610-b98f-7ba58fe376c3","html_url":"https://github.com/chon-group/Mailer","commit_stats":null,"previous_names":["chon-group/mailer"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/chon-group/Mailer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chon-group%2FMailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chon-group%2FMailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chon-group%2FMailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chon-group%2FMailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chon-group","download_url":"https://codeload.github.com/chon-group/Mailer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chon-group%2FMailer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29557247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:14:27.083Z","status":"ssl_error","status_checked_at":"2026-02-17T20:14:26.018Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","agentspeak","bdi-model","imap-client","jacamo","jason","kqml","multi-agent-systems","smtp-client"],"created_at":"2025-02-09T04:29:52.510Z","updated_at":"2026-02-17T20:32:04.523Z","avatar_url":"https://github.com/chon-group.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mailer BDI-agent Architecture\n[![](https://jitpack.io/v/chon-group/Mailer.svg)](https://jitpack.io/#chon-group/Mailer)\n\nMulti-Agent Systems (MAS) are groups of autonomous agents that act in the same environment, competing or collaborating to achieve individual or collective goals. \nSome 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. \nThe 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.\nBesides, this work contributes to the advancement of MAS by addressing the integration of email protocols to enable secure and simplified human-agent interaction.\n\n![](https://raw.githubusercontent.com/wiki/chon-group/Mailer/.imgs/mailerAgentArch.png)\n\n### See the [Mailer Wiki](https://github.com/chon-group/Mailer/wiki/) to learn how to use this agent architecture in your Multi-agent System.\n\n\n## Copyright\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003eMailer is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003eCreative Commons Attribution 4.0 International License\u003c/a\u003e. The licensor cannot revoke these freedoms as long as you follow the license terms:\n\n* __Attribution__ — You must give __appropriate credit__ like below:\n\nLazarin, 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)\n\n\u003cdetails\u003e\n\u003csummary\u003eBibtex Citation\u003c/summary\u003e\n\n```\n@InProceedings{mailerAgent,\ndoi=\"10.1007/978-3-031-70415-4_15\"\nauthor=\"Lazarin, Nilson Mori\nand de Souza, Jo{\\~a}o Pedro Bernardo\nand Pantoja, Carlos Eduardo\nand Alexandre, Tielle\nand Viterbo, Jose\",\neditor=\"Mathieu, Philippe\nand De la Prieta, Fernando\",\ntitle=\"Human and BDI-Agent Interaction via KQML Messages over IMAP and SMTP\",\nbooktitle=\"Advances in Practical Applications of Agents, Multi-Agent Systems, and Digital Twins: The PAAMS Collection\",\nyear=\"2025\",\npublisher=\"Springer Nature Switzerland\",\naddress=\"Cham\",\npages=\"172--183\",\nisbn=\"978-3-031-70415-4\"\n}\n\n\n```\t\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchon-group%2Fmailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchon-group%2Fmailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchon-group%2Fmailer/lists"}