You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
611 B
15 lines
611 B
# Council Examples
|
|
|
|
This directory contains examples demonstrating council patterns for multi-agent evaluation and decision-making.
|
|
|
|
## Examples
|
|
|
|
- [council_judge_evaluation.py](council_judge_evaluation.py) - Judge evaluation system
|
|
- [council_judge_example.py](council_judge_example.py) - Basic council example
|
|
- [council_of_judges_eval.py](council_of_judges_eval.py) - Evaluation framework
|
|
|
|
## Overview
|
|
|
|
Council patterns involve multiple agents acting as judges or evaluators, providing diverse perspectives and assessments. This is useful for quality control, peer review, and consensus-building scenarios.
|
|
|