NEKTE CLI — Discover, invoke, and inspect agents from the terminal.
npm install -g @nekte/clinekte discover http://localhost:4001 # L0 catalog
nekte discover http://localhost:4001 -l 2 # L2 full schemas
nekte invoke http://localhost:4001 sentiment -i '{"text":"Great!"}'
nekte health http://localhost:3100 # Bridge health + metrics
nekte card http://localhost:4001 # Agent Card
nekte bench http://localhost:4001 # JSON vs MessagePack sizes- @nekte/core — Protocol types and schemas
- @nekte/client — Client transport layer
MIT