Scaffold a new WAVE agent or streaming app in seconds.
npx @wave-av/create-app my-stream-botWith a specific template:
npx @wave-av/create-app my-agent --template mastra-agent| Template | What it creates |
|---|---|
stream-monitor |
Real-time stream quality monitoring agent (default) |
mastra-agent |
Mastra framework agent with WAVE ADK tools |
Each template scaffolds a working project with:
- TypeScript configuration
@wave-av/adkpre-installed- Working agent code you can run immediately
- Environment variable setup for
WAVE_AGENT_KEY
cd my-stream-bot
npm install
npm run devMIT