Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@wave-av/create-app

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wave-av/create-app

Create a new WAVE streaming app or AI video agent in seconds. TypeScript templates with ADK pre-installed.

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

create-wave-app

npm version npm downloads license

Scaffold a new WAVE agent or streaming app in seconds.

Usage

npx @wave-av/create-app my-stream-bot

With a specific template:

npx @wave-av/create-app my-agent --template mastra-agent

Templates

TemplateWhat it creates
stream-monitorReal-time stream quality monitoring agent (default)
mastra-agentMastra framework agent with WAVE ADK tools

What you get

Each template scaffolds a working project with:

  • TypeScript configuration
  • @wave-av/adk pre-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 dev

License

MIT

Keywords

wave

FAQs

Package last updated on 03 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts