From 8723bd8a879202d46071965c21c720e0aa184c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Doma=C5=84ski?= Date: Fri, 10 Jul 2026 06:55:07 +0000 Subject: [PATCH] Jul 10, 2026, 8:55 AM --- agent.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/agent.md b/agent.md index 9687b07..fa283b7 100644 --- a/agent.md +++ b/agent.md @@ -1,3 +1,4 @@ +# Architektura agenta ```mermaid flowchart TD Decompose["1. Decompose - Break task into subtasks"] @@ -78,3 +79,10 @@ You are a coordinator. Use your judgment: - Simple factual questions: use a single agent - Multi-step tasks: delegate sequentially, passing results forward - Independent subtasks: delegate in parallel +3. Aggregate results +You have received outputs from multiple agents. +Combine them into a single coherent response. +Resolve any conflicts by preferring the most specific data. +Research output: ${results.research} +Writing output: ${results.writing} +Review feedback: ${results.review} \ No newline at end of file