Jul 10, 2026, 8:55 AM
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user