@wix/agent-platform-bm-sdk
v1.49.0
Published
Browser integration hooks for AI Assistant side effects. Host applications use this library to react to events emitted by assistant tools and widgets. It works alongside the Chat Service SDK, which supplies the event connection.
Maintainers
Keywords
Readme
@wix/agent-platform-bm-sdk
Browser integration hooks for AI Assistant side effects. Host applications use this library to react to events emitted by assistant tools and widgets. It works alongside the Chat Service SDK, which supplies the event connection.
Build and develop
From the repository root:
fnm use && yarn install
yarn workspace @wix/agent-platform-bm-sdk build:recursiveThe recursive build builds this package and its workspace dependencies. Run
yarn start from this package to watch library changes.
For verification in a running host, follow the BM app development workflow.
Documentation
Explore the Genie documentation and its question index for usage, integration, and operational guidance.
- Side effects integration — receiving tool and widget events in the client.
- Platform side effects — publishing events, permissions, and delivery.
Related packages
- chat-service-sdk — Chat integration and event connection.
- business-assistant-bm-app — Aria host application.
- chat-widget-common-widgets — Widget implementations.
