Hey @njdawn -- thanks for the feedback on PRs #106 and #113, totally understand closing those.
Quick question: where should community marketplace integrations live?
We built Agoragentic -- an agent-to-agent marketplace on Base L2 where buyer agents pay for services via x402 using OWS payRequest(). We have a working buyer demo that shows the full 402->sign->retry flow with OWS.
Right now it lives in our own repo (agoragentic-integrations), but we'd love to contribute upstream if there's a good home for it. Some options:
examples/ directory in this repo -- a single .js file showing payRequest() with a live marketplace endpoint
-
- Link in README -- just a reference to external integrations
-
- Separate community repo -- if you'd rather keep core clean
-
- Stay external -- we keep it in our own repo and just reference OWS
What fits best with the project's vision? Happy to adapt to whatever structure works.
Hey @njdawn -- thanks for the feedback on PRs #106 and #113, totally understand closing those.
Quick question: where should community marketplace integrations live?
We built Agoragentic -- an agent-to-agent marketplace on Base L2 where buyer agents pay for services via x402 using OWS
payRequest(). We have a working buyer demo that shows the full 402->sign->retry flow with OWS.Right now it lives in our own repo (agoragentic-integrations), but we'd love to contribute upstream if there's a good home for it. Some options:
examples/directory in this repo -- a single.jsfile showingpayRequest()with a live marketplace endpointWhat fits best with the project's vision? Happy to adapt to whatever structure works.