What problem does it solve?
This Skill helps you write correct Java code for Ax audio and realtime workflows without guessing the generated package API, provider mapping, or event handling patterns.
Core Features & Use Cases
- Audio I/O Mapping: Map speech, transcription, and audio output through the generated Java provider surface.
- Realtime Event Folding: Handle provider event streams, fold responses, and validate request shapes with no-key examples.
- Safe Java Package Usage: Work from package docs, manifests, and runnable examples while keeping live provider calls behind explicit credentials.
- Use Case: Build a Java assistant that streams audio events from OpenAI-compatible providers and folds them into structured application logic.
Quick Start
Use this skill to draft Java code for Ax audio and realtime event handling with the generated dev.axllm:ax package, using provider-api examples only when credentials are available.