Telegram -> Claude Code CLI orchestrator (Z.AI backend configured in Claude Code).
npm install @smart-tinker/kaylaKayla is a Telegram bot service that orchestrates a locally installed Claude Code CLI (claude).
1) Install dependencies:
``bash`
npm install
2) Configure:
- config/config.yaml (set telegram.allowlist.user_ids)`
- export Telegram token:bash`
export KAYLA_TELEGRAM_TOKEN="..."
export KAYLA_CONFIG="config/config.yaml"
3) Run:
`bash`
npm run dev
bash
npm test
npm run typecheck
npm run lint
npm run build
`More details:
docs/`.