update_reputation
Update an agent's reputation based on task success or failure. Adjusts mu and sigma, with effect size scaling by task complexity (trivial to critical).
Instructions
Update an agent's reputation after a task result. Success increases mu and decreases sigma; failure does the opposite. Higher evidence class = larger effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Reputation scope | |
| agentId | Yes | Agent whose reputation to update | |
| success | Yes | Whether the task succeeded | |
| principalId | Yes | Principal ID | |
| evidenceClass | Yes | Complexity of the task |