English 中文版
NPS is a multi-layer protocol suite. Where you start depends on what you’re building.
You need an SDK. Pick your language and follow the quickstart on the Wiki.
| Language | Install | Wiki quickstart |
|---|---|---|
| Python | pip install nps-lib==1.0.0a6 |
SDK-Python |
| TypeScript | npm install @labacacia/nps-sdk@alpha |
SDK-TypeScript |
| Rust | cargo add nps-sdk@=1.0.0-alpha.11 |
SDK-Rust |
| Go | go get github.com/labacacia/NPS-sdk-go@v1.0.0-alpha.11 |
SDK-Go |
| Java | implementation("com.labacacia.nps:nps-java:1.0.0-alpha.11") |
SDK-Java |
| .NET | dotnet add package LabAcacia.NPS.Core --version 1.0.0-alpha.11 |
SDK-dotnet |
npm note:
@labacacia/nps-sdk@1.0.0-alpha.11is deprecated because its published tarball omitteddist/. Thealphadist-tag currently resolves to1.0.0-alpha.11; use the GitHubv1.0.0-alpha.11tag for source until the next npm prerelease.
You need the NPS Daemons bundle (npsd + nps-runner + nps-gateway + nps-registry).
nps-gateway is a process-level Internet ingress daemon name, not the
retired NWP Gateway Node logical role. CR-0001 replaced that logical
role with Anchor Node and Bridge Node.
Read the protocol specs (linked from Protocols), then pick a compat adapter:
compat/mcp-ingress — MCP → NPS translationcompat/a2a-ingress — A2A → NPS translationcompat/grpc-ingress — gRPC → NPS translation→ Wiki: Protocol-Designer-Guide
Start with Overview (5 min read), then Protocols for the five-layer architecture.
See CONTRIBUTING for the process, and Wiki: Contributors-Guide for conventions.
📖 For tutorials, references, and operator guides, see the NPS Wiki.