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.
swarms/examples/multi_agent/council_of_judges/README.md

15 lines
705 B

# Council of Judges Examples
This directory contains examples demonstrating council of judges patterns for multi-agent evaluation systems.
## Examples
- [council_judge_complex_example.py](council_judge_complex_example.py) - Complex council setup
- [council_judge_custom_example.py](council_judge_custom_example.py) - Custom council configuration
- [council_judge_example.py](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.