@inworld/runtime
v0.8.0
Published
The Inworld Runtime SDK is the first AI runtime built for consumer applications. Ship faster, automate operations, and experiment in real-time.
Downloads
1,105
Readme
Inworld Node.js Runtime SDK
The Inworld Runtime SDK is the first AI runtime built for consumer applications. Ship faster, automate operations, and experiment in real-time.
To learn more about how to use the SDK, check out our Documentation.
Installation
You will need Node.js 18+ installed. You can use npm or yarn to install the SDK:
npm install @inworld/runtimeor
yarn add @inworld/runtimeStarter Package
We recommend starting with downloading and extracting our starter project, which has the necessary package structure to get you up and running quickly.
After downloading the package, install the Runtime SDK and copy the .env-sample file to a .env and fill in your Base64 Runtime API key.
Then run the example with the following command:
npx ts-node index.tsTemplates
Check out templates that provide pre-built examples and starting points for common use cases with the Inworld Runtime SDK. Use them to help jumpstart your development with the Runtime SDK.
Additional Resources
- Quickstart Guide - Quickstart tutorial that walks through building a command line chat experience
- Runtime Overview - Overiew of core Runtime concepts
- Runtime Reference - API reference for Node.js Runtime SDK
