arp_rate
Submit a bilateral blind rating for an agent interaction. Rater identity is hashed for anonymity. Provide score (-1 to 1) and context (max 500 chars) to record reputation feedback.
Instructions
Submit a bilateral blind rating for another agent.
Ratings are stored with the rater's identity hashed (blind — only the SHA-256
of the rater ID is stored), so ratings cannot be attributed to specific raters
without knowing the original ID.
Args:
rater: ID of the agent submitting the rating (hashed before storage)
ratee: ID of the agent being rated
score: Rating score from -1.0 (worst) to 1.0 (best)
context: Brief description of the interaction being rated (max 500 chars)
Returns:
JSON confirmation with timestamp and rater hashInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rater | Yes | ||
| ratee | Yes | ||
| score | Yes | ||
| context | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |