From 36e876a25b4d99f44e606313010fe117c5c42279 Mon Sep 17 00:00:00 2001 From: Nicholai Martinsen Date: Fri, 21 Aug 2026 04:47:55 -0700 Subject: [PATCH] Add Subagents plugin --- plugins/subagents/index.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/subagents/index.yaml diff --git a/plugins/subagents/index.yaml b/plugins/subagents/index.yaml new file mode 100644 index 0000000..c5fba2d --- /dev/null +++ b/plugins/subagents/index.yaml @@ -0,0 +1,11 @@ +title: Subagents +description: Durable background subagent orchestration for agents and humans, with + a pg0 lifecycle registry, completion callbacks, steering, cancellation, transcript + inspection, and a responsive WebUI control center. +github: https://github.com/Nicfox77/a0-plugin-subagents +tags: +- agents +- jobs +- automation +- ui +- workflow