plugins-protocol 0.6.8

Newt-Agent provider-plugin JSON-RPC schema + reference client SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# plugins-protocol

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

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`.

Part of [Newt-Agent](https://github.com/Gilamonster-Foundation/newt-agent), a
small, fast, local-first agentic coder.

## License

Apache-2.0