JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 855
  • Score
    100M100P100Q120940F

NextClaw Communication Protocol core abstractions and types.

Package Exports

  • @nextclaw/ncp

Readme

@nextclaw/ncp

Core protocol types and endpoint abstractions for universal communication in NextClaw.

Build

pnpm -C packages/ncp-packages/nextclaw-ncp build

Scope

  • NCP manifest, message, session, and error definitions
  • Endpoint interfaces (NcpEndpoint, NcpAgentServerEndpoint, NcpAgentClientEndpoint)

Usage

See docs/USAGE.md for real-world scenarios and example code (in-process endpoint, bridging two endpoints, agent adapter).