Auditor

Simple autonomous audit agent through OOBE Protocol.

Run it locally

  1. 1. Execution agent uvicorn agent:app --host 127.0.0.1 --port 8000 Uses BBRADAR_TOKEN, CCR_CMD, AGENT_BASE_URL, and SAP payment env vars from .env.
  2. 2. Payment verifier npm run sap:verify-payment Set SAP_RPC_URL, SAP_AGENT_PDA, SAP_AGENT_KEYPAIR_PATH, and SAP_PAYMENT_VERIFIER_PORT; the agent calls SAP_PAYMENT_VERIFY_URL.
  3. 3. Caller agent python3 caller_agent.py serve --host 127.0.0.1 --port 8088 Uses SAP_KEYPAIR_PATH, SAP_CALLER_BASE_URL, and optional SAP_CALLER_* automation settings.