refactor: clarify agent pattern names

- Remove redundant workflow suffix from agentic pattern names and related classes
- Update documentation to reflect pattern name changes
This commit is contained in:
Christian Tzolov
2025-01-21 12:59:49 +01:00
committed by Christian Tzolov
parent 1433ff7382
commit 9f8cb92aa9
18 changed files with 45 additions and 45 deletions

View File

@@ -55,8 +55,8 @@ Implements a classification system that directs input to specialized followup ta
- Content moderation systems
- Query optimization based on complexity
### 4. Orchestrator-Workers Workflow
[orchestrator-workers-workflow/](orchestrator-workers-workflow/)
### 4. Orchestrator-Workers
[orchestrator-workers/](orchestrator-workers/)
Implements a flexible system where a central LLM orchestrates task decomposition and delegates to specialized worker LLMs.
@@ -70,8 +70,8 @@ Implements a flexible system where a central LLM orchestrates task decomposition
- Multi-source research tasks
- Adaptive content creation
### 5. Evaluator-Optimizer Workflow
[evaluator-optimizer-workflow/](evaluator-optimizer-workflow/)
### 5. Evaluator-Optimizer
[evaluator-optimizer/](evaluator-optimizer/)
Implements an iterative refinement process where one LLM generates solutions while another provides evaluation and feedback.