Client and server packages for the NEKTE agent-to-agent coordination protocol.
| Package | Description |
|---|---|
@nekte/client |
Transport port, HTTP/gRPC adapters, discovery cache, streaming + cancel, task lifecycle |
@nekte/server |
Capability registry, task registry (DDD), HTTP/WS/gRPC transports, auth, SSE + gRPC streaming |
npm install @nekte/client # for consuming agents
npm install @nekte/server # for serving agentsBoth packages depend on @nekte/core from the protocol repo.
pnpm install
pnpm build
pnpm test
pnpm demo # Two-agent end-to-end demo
pnpm benchmark # Token comparison benchmarksMIT