Agent Consensus – Weighted Vote is a paid API for AI agents from agent-consensus.annushka1190.workers.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).
Aggregates weighted votes from multiple agents and returns the winning option along with its weighted share of the total vote.
Consensus utilities for multi-agent systems: majority vote, weighted vote, plurality counts, agreement score, and Borda-style rank merge. Pay-per-request USDC via x402. No API keys, no accounts.
Returns a JSON object with the 'winner' field (the winning option/label) and 'share' field (a float between 0 and 1 representing the winning option's proportion of total weighted votes, e.g. 0.67 means 67% of weighted vote mass).
POSThttps://agent-consensus.annushka1190.workers.dev/v1/vote/weightedChoose this endpoint when agents have unequal trust or confidence levels and a simple majority vote would be misleading. Prefer weighted voting over plain majority vote when some agents are known to be more accurate, more recent, or more relevant to the decision. Ideal for ensemble AI systems, multi-model arbitration, and any scenario where vote sources carry different reliability scores.
| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"type": "json",
"example": {
"share": 0.67,
"winner": "yes"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"