@observerx/core
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.9 • Public • Published

banner

@observerx/core

ObserverX bot core.

Installation

$ npm install @observerx/core

Usage

import ObserverX from '@observerx/core';

const bot = new ObserverX();

const stream = await bot.chat('Hello, world!');
// stream is a generator
for await (const part of stream) {
  console.log(part);
}

Readme

Keywords

none

Package Sidebar

Install

npm i @observerx/core

Weekly Downloads

0

Version

1.0.0-alpha.9

License

none

Unpacked Size

243 kB

Total Files

202

Last publish

Collaborators

  • samzhangjy