plugins-protocol 0.6.2

Newt-Agent provider-plugin JSON-RPC schema + reference client SDK
Documentation

Newt-Agent provider-plugin protocol.

Provider plugins run as separate processes and speak JSON-RPC over stdio. They register opt-in inference backends — most notably the cloud backends (OpenAI, Anthropic) that the default Newt binary deliberately does not link.

v0 surface: initialize, list_models, complete, stream, shutdown.