AgentLabs - Docs
  • Introduction
    • What is AgentLabs?
    • Get Started with AgentLabs
    • Pricing
  • Getting Started
    • Installation
    • Secret Key
    • Using the SDK
  • Core Concepts
    • Frontend as a service
    • User Authentication
    • Project
    • Agents
    • Messages
      • Messages Format
      • One-off vs Stream
      • Typewriter animation
    • Attachments
  • Recipes
    • Before we start
    • Ping-Pong
    • ChatGPT with LangChain
    • Code Interpreter
    • Mutli-Agent with AutoGen
  • 🧙Community
    • Github
    • Discord
    • Support team
Powered by GitBook
On this page
  1. Getting Started

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

PreviousPricingNextSecret Key

Last updated 1 year ago