HackerTrans
TopNewTrendsCommentsPastAskShowJobs

superfreek

no profile record

Submissions

Show HN: JSON-RPC Debugger. Pause, inspect, and modify calls in real-time

github.com
2 points·by superfreek·anno scorso·0 comments

comments

superfreek
·anno scorso·discuss
Great point in the article about tools lacking output schemas. Makes reliable multi-step planning tough.

We based Xops (https://xops.net) on OpenRPC for this exact reason (disclosure: we are the OpenRPC founders). It requires defining the result schema, not just params, which helps plan how outputs connect to the any step's inputs. Feels necessary for building complex workflows and agents reliably.