Skip to content

Manifest

A simple agent that connects to the broker

FieldValue
Version1.0.0
TypeN/A
  • secret-ability ^0.9.4
Terminal window
kadi run preflight # node --version
kadi run setup # npm run build
kadi run start # node dist/index.js
kadi run dev # npx tsx watch src/index.ts
kadi run build # npx tsc
kadi run type-check # npx tsc --noEmit
kadi run lint # npx eslint src --ext .ts
kadi run test # npx vitest
kadi run clean # rm -rf node_modules dist abilities agent-lock.json package-lock.json