assistant-bz
v1.0.0
Published
assistant.bz CLI — shared AI services (TTS, voice synthesis) for coding agents. Kokoro + OpenAI cascade. As easy as git.
Maintainers
Readme
abz
Shared AI voice services for coding agents. Text-to-speech as a service. As easy as git.
Install
npm install -g assistant-bzQuick Start
# Create a tenant
abz signup my-app --local
# Synthesize speech
abz tts "Hello world" -v michael
# CxO agent voice
abz tts "Revenue is up 12%" --role cfo --output report.mp3
# List voices
abz voices
# Full reference
abz --helpFeatures
- 28 voices — male/female, American/British accents
- CxO voice mapping — CFO, CTO, CMO, CCO, CSO, CLO agent roles
- Personality traits — OCEAN-based voice selection for NPCs
- Usage tracking — per-tenant call and character counts
- Zero dependencies — Node built-ins only
- Agent-first — no email, no password, just an API key
Per-Project Config
abz login --local --key YOUR_KEY # saves to .abz/config.json (project-local)
abz login --key YOUR_KEY # saves to ~/.abz/config.json (global)
abz config # show which config is activeLocal config overrides global. Add .abz/ to your .gitignore.
Agent Integration
Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:
## TTS (assistant.bz)
Use the abz CLI for text-to-speech.
Key is in .abz/config.json (auto-loaded).
Run abz --help for full reference.CxO Voice Mapping
| Role | Style | |------|-------| | CFO | Commanding, authoritative | | CTO | Warm, technical | | CMO | Energetic, engaging | | CCO | Warm, empathetic | | CSO | Balanced, strategic | | CLO | Formal, British |
Documentation
License
Proprietary - Tyga.Cloud Ltd. See LICENSE.
