From 3449a628518e3acd07a569bd17b2ee4a453aba0e Mon Sep 17 00:00:00 2001 From: milkomida77 <145509032+milkomida77@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:21:13 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20clarify=20agent=20count=20in=20README=20?= =?UTF-8?q?=E2=80=94=20note=20representative=20examples=20per=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Open Source prompts/Guardian AI/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open Source prompts/Guardian AI/README.md b/Open Source prompts/Guardian AI/README.md index 6ae460df..3e7d4b19 100644 --- a/Open Source prompts/Guardian AI/README.md +++ b/Open Source prompts/Guardian AI/README.md @@ -2,7 +2,7 @@ **Type**: Multi-agent orchestration system (open source) **Model**: Claude (Opus/Sonnet), also works with GPT, Gemini, Llama, Mistral -**Agents**: 57 specialized agents coordinated by a single orchestrator +**Agents**: 57+ specialized agents coordinated (10 representative agents shown in routing table) by a single orchestrator **Production**: 10,000+ tasks over 6+ months **Source**: https://github.com/milkomida77/guardian-agent-prompts @@ -10,13 +10,13 @@ | File | Description | |------|-------------| -| orchestrator-system-prompt.txt | The main orchestrator that routes all 57 specialized agents. Representative examples shown — the full system coordinates 57 specialized agents across 15+ domains. Handles task decomposition, anti-duplication, quality gates, and parallel agent execution. | +| orchestrator-system-prompt.txt | The main orchestrator that routes 57+ specialized agents. Representative examples shown — the full system coordinates 57 specialized agents across 15+ domains. Handles task decomposition, anti-duplication, quality gates, and parallel agent execution. | ## Architecture Guardian uses a hub-and-spoke model: - **1 Orchestrator** (this prompt) routes ALL incoming tasks -- **57 Specialized Agents** handle specific domains (code, security, trading, OSINT, business, VRChat, cloud, memory, quality, and 15+ other categories) +- **57+ Specialized Agents** (representative examples shown) handle specific domains (code, security, trading, OSINT, business, VRChat, cloud, memory, quality, and 15+ other categories) - **Task Registry** prevents duplicate work across agents - **Quality Gates** require verification evidence before marking tasks done - **Knowledge Graph** provides persistent memory across sessions