@wave-av/create-app
v1.0.9
Published
Create a new WAVE streaming app or AI video agent in seconds. TypeScript templates with ADK pre-installed.
Maintainers
Readme
create-wave-app
Scaffold a new WAVE agent or streaming app in seconds.
Usage
npx @wave-av/create-app my-stream-botWith a specific template:
npx @wave-av/create-app my-agent --template mastra-agentTemplates
| Template | What it creates |
|----------|----------------|
| stream-monitor | Real-time stream quality monitoring agent (default) |
| mastra-agent | Mastra framework agent with WAVE ADK tools |
What you get
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
After scaffolding
cd my-stream-bot
npm install
npm run devRelated packages
- @wave-av/adk — Agent Developer Kit (pre-installed in templates)
- @wave-av/sdk — TypeScript SDK (34 API modules)
- @wave-av/mcp-server — MCP server for AI tools
- @wave-av/cli — Command-line interface
Links
License
MIT
