Expose seller request constructibility - #765
Conversation
Signed-off-by: epistemedeus <epistemedeus@gmail.com>
2f12eed to
4bf464c
Compare
|
CI update for exact head The full A direct probe of the official Open Food Facts product endpoint reproduces the same 502. This PR does not change the data-kit, barcode route, fetch guard, or strict sweep. The request-contract suites and the rest of the exact-head local acceptance remain green. I have kept the PR in draft and have not weakened the strict availability gate. Once the provider recovers, the same unchanged head can be rerun. |
|
This is worth having and the privacy handling is careful. Four things before it can merge: (1) cap |
Problem
Agent402 already crawls seller OpenAPI and CDP Bazaar metadata, but its marketplace rows currently drop the required request inputs and authored examples. A buyer can discover a payable route yet still be unable to construct the request. We observed this directly as
missing_required_inputon an external x402 call.What this changes
requestContractto seller detail, route, find, and index-tool projectionsruntimeVerified: falseThis does not probe or pay sellers, rank request completeness, or claim that a documented request worked at runtime.
Verification
On the current 533-operation public Agent402 OpenAPI snapshot, stored request tuples totaled about 43.4 KiB, averaging 81 bytes with a 554-byte maximum.
Conservative boundaries
Root-array and composition-heavy request bodies may report
missing_exampleinstead of guessing. Header and cookie values are intentionally never projected. Secret detection is bounded and signature-based, so ambiguous evidence fails closed.Checklist