From c7d0ba13db26ed99c7cf017057fb3ff7dfb02b14 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:48:12 +0100 Subject: [PATCH] add(plugin): iam --- data/plugins/iam.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/iam.yaml diff --git a/data/plugins/iam.yaml b/data/plugins/iam.yaml new file mode 100644 index 0000000..48e8db7 --- /dev/null +++ b/data/plugins/iam.yaml @@ -0,0 +1,4 @@ +name: IAM +repo: https://github.com/spoons-and-mirrors/iam +description: Inter agent messaging +full_description: 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.