JSPM

  • Created
  • Published
  • Downloads 1910
  • Score
    100M100P100Q115836F
  • License Apache-2.0

The Web AI Framework's core - BaseAI.dev

Package Exports

  • @baseai/core
  • @baseai/core/helpers
  • @baseai/core/pipes
  • @baseai/core/react

Readme

BaseAI Core SDK

The AI SDK for building declarative and composable AI-powered LLM products.

Documentation

[!NOTE] Check the Langbase SDK documentation for more details.

The following examples are for reference only. Prefer docs for the latest information.

Getting started with @baseai/core SDK

Installation

First, install the @baseai/core package using npm, pnpm, or yarn:

npm install @baseai/core

or

pnpm add @baseai/core

or

yarn add @baseai/core

Documentation

Please read the SDK documentation

Examples

Check out more examples in the docs