sharyx-voice-agent
v1.0.1
Published
Simple Mode AI Voice Agent SDK
Readme
Sharyx Voice Agent 🎙️
Build production-grade AI voice agents in minutes. Simple, modular, and developer-friendly.
🚀 Quick Start (60 Seconds)
The fastest way to start is with our CLI:
npx create-sharyx-agent my-bot
cd my-bot
npm start🧠 Simple Mode API (Zero Config)
Want to test locally without any costs or API keys? Sharyx has built-in Mock Mode.
const { createAgent } = require('sharyx-voice-agent');
// Starts in Mock Mode if no API key is provided
const agent = createAgent();
// Simulate a conversation in your terminal
agent.simulate("Hello").then(console.log);🛠️ Key Features
- Zero-Config Testing: Fallback to Mock LLM/STT/TTS for instant local iteration.
- Provider Agnostic: Seamlessly switch between OpenAI, Deepgram, and ElevenLabs.
- Interactive Simulation: High-performance
.simulate()and.chat()methods for testing logic before telephony setup. - Modular Core: Advanced users can swap transports, adapters, and memory layers.
📦 Installation
npm install sharyx-voice-agent📄 License
MIT © 2026 Sharyx
