Trust and reputation layer for Paperclip agents via Agent Veil Protocol.
Adds 5 trust tools to every agent in your Paperclip company:
| Tool | What it does |
|---|---|
avp_check_reputation |
Check agent trust score before delegation |
avp_should_delegate |
Trust gate — yes/no with reasoning |
avp_log_interaction |
Signed attestation after task completion |
avp_evaluate_team |
Batch check entire company |
avp_heartbeat_report |
Trust summary per heartbeat cycle |
paperclipai plugin install paperclip-plugin-avpAfter installing, configure in your Paperclip dashboard:
| Setting | Default | Description |
|---|---|---|
| AVP API URL | https://agentveil.dev |
AVP server endpoint |
| Agent Name | paperclip_agent |
Name for AVP identity |
| Min Delegation Score | 0.5 |
Default threshold for delegation approval |
- CEO agent calls
avp_should_delegatebefore assigning tasks - After each heartbeat, agents call
avp_log_interactionto rate peers avp_heartbeat_reportgenerates trust summary with velocity alerts- Over time, reliable agents build reputation, unreliable ones get flagged
- AVP Protocol: agentveil.dev
- AVP SDK (Python):
pip install agentveil - AVP GitHub: github.com/creatorrmode-lead/avp-sdk
MIT