MCPcopy Create free account
hub / github.com/EvoMap/evolver / requestAiJudge

Function requestAiJudge

src/atp/consumerAgent.js:68–71  ·  view source on GitHub ↗

* Request AI judge verification. * @param {string} orderId * @returns {Promise<{ok: boolean, data?: object, error?: string}>}

(orderId)

Source from the content-addressed store, hash-verified

66 * @returns {Promise<{ok: boolean, data?: object, error?: string}>}
67 */
68async function requestAiJudge(orderId) {
69 await ensureInitialized();
70 return verifyDelivery(orderId, 'ai_judge');
71}
72
73/**
74 * Force settlement of an order.

Callers

nothing calls this directly

Calls 2

ensureInitializedFunction · 0.85
verifyDeliveryFunction · 0.85

Tested by

no test coverage detected