2.0.10 • Published 5 months ago

@botpress/zai v2.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Zui AI

Zai (stands for Zui + AI) is a lightweight utility library that uses AI to manipulate and generate Zui schemas and objects.

It's built on top of Zui and the Botpress client to interface with the different LLMs.

Usage

import Zai from '@botpress/zai'

const zai = new Zai({
  client: new Client({}), // your botpress client here
})

Array

await zai.filter(['cat', 'dog', 'carrot'], 'is an animal')

// Not implemented yet
// await zai.map(filtered, z.object({ animal: z.string(), name: z.string() }))
// await zai.sort(named, 'from most dangerous to least dangerous')
// await zai.cluster(named, 'based on color')
// await zai.append(named, 'another one')

String

await zai.text('a story about ....')
await zai.summarize(book)
await zai.rewrite('Hello, I am ...', 'make it longer')

// Not implemented yet
// await zai.rate(novel, ['is the novel good?', 'how creative is it?', 'quality of writing', 'is the ending good?'])
// await zai.label(tweet, [{ label: '' }])
// await zai.classify(tweet, [])

Boolean

await zai.check({ name: 'hey', bio: '...' }, 'contains insults')

Object

await zai.extract('My name is Sly and I am from Canada !', z.object({ name: z.string(), country: z.string() }))

// Not implemented yet
// await zai.extend({ name: 'Sylvain' }, z.object({ country: z.string() }))
// await zai.diff(before, after)
// await zai.edit(object, '')
2.0.10

5 months ago

2.0.9

5 months ago

2.0.8

5 months ago

2.0.7

5 months ago

2.0.6

6 months ago

2.0.5

6 months ago

2.0.4

6 months ago

2.0.3

6 months ago

2.0.2

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.2.0

8 months ago

1.1.0

11 months ago

1.0.1-beta.9

11 months ago

1.0.1-beta.8

11 months ago

1.0.1-beta.7

11 months ago

1.0.1-beta.5

11 months ago

1.0.1-beta.4

11 months ago

1.0.1-beta.3

11 months ago

1.0.1-beta.2

11 months ago

1.0.1-beta.1

11 months ago

1.0.1

11 months ago

1.0.0-beta.9

11 months ago

1.0.0-beta.8

11 months ago

1.0.0-beta.7

11 months ago

1.0.0-beta.6

11 months ago

1.0.0-beta.5

11 months ago

1.0.0-beta.4

11 months ago

1.0.0-beta.3

11 months ago

1.0.0-beta.2

11 months ago

1.0.0-beta.1

11 months ago