General
Actions
Actions are events that are dispatched to the native app.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { AudioAppKit } from '@bragiai/audio-app-kit';
// Usage: AudioAppKit.chatAgent.toggleState(state);
const { AudioAppKit } = require('@bragiai/audio-app-kit');
// Usage: AudioAppKit.chatAgent.toggleState(state);
import { AudioAppKit } from '@bragiai/audio-app-kit';
// Usage: AudioAppKit.chatAgent.toggleState(state);
AudioAppKit.webUI.addDidLoad();
AudioAppKit.webUI.addDidLoad();
AudioAppKit.webUI.closeApp();
AudioAppKit.webUI.closeApp();
