@smart-tinker/kayla
v0.1.22
Published
Telegram -> Claude Code CLI orchestrator (Z.AI backend configured in Claude Code).
Readme
Kayla
Kayla is a Telegram bot service that orchestrates a locally installed Claude Code CLI (claude).
Quick start (local)
- Install dependencies:
npm install- Configure:
config/config.yaml(settelegram.allowlist.user_ids)- export Telegram token:
export KAYLA_TELEGRAM_TOKEN="..."
export KAYLA_CONFIG="config/config.yaml"- Run:
npm run devVerification
npm test
npm run typecheck
npm run lint
npm run buildMore details: docs/.
