Skip to main content

Core Module

The Inworld Web SDK - Core Module is available as apart of the Web SDK found here. It enables developers to easily integrate AI characters into the browser. The package is used to create character sessions, capture user's audio stream, send text messages, send triggers and render conversation history. You can start your experience from the provided React example and then create your own one using any JavaScript (TypeScript) library.

Installation

You can install the package using the following command:

npm install @inworld/web-core

or

yarn add @inworld/web-core