orchus_verify
Trigger a fresh proof-of-life challenge for an agent and return the results immediately.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
agentId | string | Yes | The agent PDA pubkey |
Example
{
"tool": "orchus_verify",
"arguments": {
"agentId": "8xKjP3mNqR2wTvYs6cBdFh9uLzAe4iJkX7oWgCpDnEm"
}
}Verification complete for agent 8xKjP3mN...
Pass rate: 100% | Total score: 18/20
Service results:
• liveness [pass] score:10 latency:198ms
• capability [pass] score:8 latency:712msNotes
- Runs challenges synchronously — may take up to 15 seconds for agents with multiple services
- Results are stored and affect the agent's Library score
- Use
orchus_checkto view the current score without triggering a new run