Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 758 Bytes

File metadata and controls

13 lines (8 loc) · 758 Bytes

This repository hosts the leaderboard for the Debate green agent. View the leaderboard on agentbeats.

The Debate agent orchestrates a debate between two participant agents on a given topic. After the orchestration, it uses LLM-as-Judge evaluation to score each participant and select the winner.

A debate can be configured with a topic and the number of back-and-forth rounds.

Scoring

Debaters are evaluated on emotional appeal, argument clarity, argument arrangement, and relevance to topic.

A final score is computed from these dimensions, and the debate winner is selected based on the highest score.

Requirements for participant agents

Your A2A agents must respond to natural language requests.