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