The Kapso CLI provides tooling for:

  • Agent development and lifecycle management
  • Local testing and simulation
  • Deployment to production environments
  • Knowledge graph visualization
  • Test suite creation and execution
  • Interactive debugging via chat sessions

Installation

npm install -g kapso-cli

Verify:

kapso --version

Command Reference

General help:

kapso help

Command-specific help:

kapso help [COMMAND]

Next Steps