External Adapter Graph

External-adapter front example; a graph whose step runs a governed subprocess adapter.

runxhq df29844 2 files · 1.4 KB Updated

File contents

External-adapter graph

A single-step graph that drives an external-adapter sub-skill. The runtime routes the graph step's external-adapter source through the source-adapter registry to the external-adapter executor, which resolves the manifest, spawns the declared trusted host subprocess, delivers its resolved grant, exchanges the invocation and response frames, and seals the reported result. The process is not an OS confinement boundary.

External-adapter is a graph-step front, not a top-level runner. Run this skill's inline harness with runx harness examples/external-adapter-graph.

runxhq/runx/tree/main/examples/external-adapter-graph commit df298443eb

Frequently asked questions

npx skillmds@latest add runxhq/external-adapter-graph