vorion_record_signal
Record behavioral signals for AI agents to update trust scores. Positive signals boost trust, negative signals lower it, with stricter penalties for higher-tier agents.
Instructions
Record a behavioral signal (positive or negative) for an AI agent. Positive signals (success, compliance pass) increase trust over time. Negative signals (failure, compliance fail) decrease trust — and higher-tier agents are penalized MORE severely per the BASIS penalty ratio P(T) = 3 + T.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of behavioral signal to record | |
| value | Yes | Signal strength from 0.0 to 1.0 | |
| agentId | Yes | Unique identifier of the agent |