From 115cf1ad0dfcd07006b519cca24310025f025130 Mon Sep 17 00:00:00 2001 From: spoons-and-mirrors <212802214+spoons-and-mirrors@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:41:33 +0100 Subject: [PATCH] add(plugin): IAM --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7223cf6..fccebfd 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,15 @@ +
+ IAM - Inter agent messaging +
+ Allows for parallel subagents communication with a simple yet effective messaging system. Subagents are aware of each other, can announce their status, broadcast, and read messages asynchronously. +

+ 🔗 View Repository +
+
+
âž• Add a Plugin via PR