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.
|
|
1 day ago | |
|---|---|---|
| .. | ||
| README.md | 1 day ago | |
| council_judge_complex_example.py | 3 months ago | |
| council_judge_custom_example.py | 3 months ago | |
| council_judge_example.py | 3 months ago | |
README.md
Council of Judges Examples
This directory contains examples demonstrating council of judges patterns for multi-agent evaluation systems.
Examples
- council_judge_complex_example.py - Complex council setup
- council_judge_custom_example.py - Custom council configuration
- council_judge_example.py - Basic council of judges example
Overview
Council of judges patterns extend the basic council pattern with more sophisticated evaluation mechanisms, custom scoring systems, and complex decision-making workflows. These examples demonstrate advanced judge coordination and evaluation strategies.