urirun

urirun docs

urirun is the user-facing CLI for URI-addressed command packages. A project can declare a URI once and call it from a shell, backend, frontend, service flow, or agent tool projection.

Start here

Current recommendation

Use v2 for new projects:

pip install "git+https://github.com/tellmesh/urirun.git@main#subdirectory=adapters/python"
urirun scan ./project --out generated/bindings.v2.json --registry-out generated/registry.json
urirun list generated/registry.json

Keep v1 only for older examples that depend on the first parameter-binding contract.