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.
|
|
7 days ago | |
|---|---|---|
| .. | ||
| README.md | 7 days ago | |
| council_judge_evaluation.py | 3 months ago | |
| council_judge_example.py | 3 months ago | |
| council_of_judges_eval.py | 3 months ago | |
README.md
Council Examples
This directory contains examples demonstrating council patterns for multi-agent evaluation and decision-making.
Examples
- council_judge_evaluation.py - Judge evaluation system
- council_judge_example.py - Basic council example
- 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.