For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Installing the Python or Node SDK

You can use both our Python or NodeJS SDK based on your preferences.

Our SDK will help you to stream content from your backend to the CharUI.

Using pip

pip install agentlabs-sdk

Or using poetry

poetry add agentlabs-sdk
npm install --save @agentlabs/node-sdk

Last updated