@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);
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-alpha.90latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.0-alpha.90
1.0.0-alpha.60
1.0.0-alpha.50
1.0.0-alpha.40
1.0.0-alpha.30
1.0.0-alpha.20
1.0.0-alpha.10
1.0.0-alpha.00

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