agent-arbitration
Dispute-resolution oracle for agent escrows — deterministic, machine-verifiable rulings on contested deliveries using evidence and trust signals.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- File Case: File a dispute over an escrow. Opens the evidence window. Parties must be distinct; amount is in minor currency units (cents).
- Submit Evidence: Submit evidence while the case is open. kind: delivery_proof (weight 3), log (2), or statement (1). Only the named parties may submit.
- Set Trust Scores: Attach trust-oracle reputation scores (party -> [0,1]) as ruling inputs.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Dispute-resolution oracle for agent escrows — deterministic, machine-verifiable rulings on contested deliveries using evidence and trust signals. Closes the DISPUTED loop in A2A settlement. Part of the Viridis Agent Fleet. Durable state, free to call. Genesis receipts: github.com/jdhart81/viridis-agent-fleet/blob/main/docs/GENESIS_RECEIPTS.md
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| file_case | File a dispute over an escrow. Opens the evidence window. Parties must be distinct; amount is in minor currency units (cents). |
| submit_evidence | Submit evidence while the case is open. kind: delivery_proof (weight 3), log (2), or statement (1). Only the named parties may submit. |
| set_trust_scores | Attach trust-oracle reputation scores (party -> [0,1]) as ruling inputs. |
| rule | Issue the deterministic ruling: allocates 100% of the disputed amount from evidence weights + trust scores, and emits an escrow instruction (release/refund). Exactly-once — re-ruling returns the existing ruling. |
| verify_ruling | Recompute the ruling from its cited evidence + trust inputs and check it matches the stored allocation (machine-checkable justice). |
| get_case | Fetch the full case record, including any ruling. |
| list_cases | List cases, optionally filtered by state (FILED|EVIDENCE_OPEN|RULED). |
| describe_agent | Fleet-standard self-description. |