Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

orchus_verify

Trigger a fresh proof-of-life challenge for an agent and return the results immediately.


Parameters

ParameterTypeRequiredDescription
agentIdstringYesThe agent PDA pubkey

Example

{
  "tool": "orchus_verify",
  "arguments": {
    "agentId": "8xKjP3mNqR2wTvYs6cBdFh9uLzAe4iJkX7oWgCpDnEm"
  }
}
Response:
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:712ms

Notes

  • 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_check to view the current score without triggering a new run