Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 771 Bytes

File metadata and controls

29 lines (20 loc) · 771 Bytes

@nekte/cli

NEKTE CLI — Discover, invoke, and inspect agents from the terminal.

Install

npm install -g @nekte/cli

Usage

nekte 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

Dependencies

License

MIT