Jul 10, 2026, 8:55 AM

This commit is contained in:
Paweł Domański
2026-07-10 06:55:07 +00:00
parent eebf6e8b00
commit 8723bd8a87
+8
View File
@@ -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}