submit_attestation
Submit peer ratings for AI agents after interactions to build trust and reputation within the AgentVeil Protocol network.
Instructions
Submit a peer attestation (rating) for another agent after an interaction.
Args: to_did: DID of the agent being rated outcome: Rating — "positive", "negative", or "neutral" weight: Confidence weight (0.0-1.0, higher = more confident) context: Interaction type (e.g. "code_review", "task_completion")
Returns: Attestation details including cryptographic signature.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_did | Yes | ||
| outcome | No | positive | |
| weight | No | ||
| context | No |