Manifest
template-agent-typescript
Section titled “template-agent-typescript”A simple agent that connects to the broker
| Field | Value |
|---|---|
| Version | 1.0.0 |
| Type | N/A |
Abilities
Section titled “Abilities”secret-ability^0.9.4
Scripts
Section titled “Scripts”kadi run preflight # node --versionkadi run setup # npm run buildkadi run start # node dist/index.jskadi run dev # npx tsx watch src/index.tskadi run build # npx tsckadi run type-check # npx tsc --noEmitkadi run lint # npx eslint src --ext .tskadi run test # npx vitestkadi run clean # rm -rf node_modules dist abilities agent-lock.json package-lock.json