7.0.15 • Published 3 months ago

fixie v7.0.15

Weekly downloads
2
License
MIT
Repository
github
Last release
3 months ago

Fixie Platform SDK

This package contains an SDK and command-line interface to the Fixie.ai platform.

Web APIs

This package contains a number of ways for you to integrate a Fixie agent into your web app, depending on what level of opinionation / flexibility you prefer:

Embed

Fixie provides a generic hosted UI. You can embed it in your UI, similar to how you might embed an Intercom widget.

<FloatingFixieEmbed />

import { FloatingFixieEmbed } from 'fixie/web';

This React component will place a Fixie chat window floating above your content. It will also create a launcher button. The user can click the button to open and close the Fixie chat window.

<ControlledFloatingFixieEmbed />

import { ControlledFloatingFixieEmbed } from 'fixie/web';

This React component will place a Fixie chat window floating above your content. Unlike FloatingFixieEmbed, it does not additionally create a launcher button. Instead, you manage the visibility yourself, via the visible prop.

<InlineFixieEmbed />

import { InlineFixieEmbed } from 'fixie/web';

This React component will embed a Fixie chat window inline with your content.

Bring Your Own Frontend

If you want to directly integrate Fixie into your webapp, use these APIs.

useFixie

import { useFixie } from 'fixie/web';

This hook provides a fully managed API for a conversation. It returns a number of fields you can use to drive a rich UI, including loading states and debug diagnostics.

IsomorphicFixieClient

import { IsomorphicFixieClient } from 'fixie/web';

This low-level API provides direct access to the Fixie Conversation and Corpus APIs. You need to manage things like loading state and response parsing on your own, but it's the most flexible.

Dev Notes

To publish this package:

  1. Update the version number in package.json.
  2. Run yarn install in the root to get the changes to yarn.lock.
  3. Finally, run yarn npm publish in this directory to get the updated package published to npm.
7.0.14

3 months ago

7.0.15

3 months ago

7.0.12

3 months ago

7.0.11

3 months ago

7.0.8

4 months ago

7.0.9

4 months ago

7.0.10

4 months ago

7.0.6

4 months ago

7.0.5

4 months ago

7.0.4

4 months ago

7.0.3

4 months ago

7.0.2

4 months ago

7.0.1

4 months ago

7.0.0

4 months ago

7.0.0-rc2

4 months ago

7.0.0-rc1

4 months ago

6.4.0

4 months ago

6.3.4-rc3

5 months ago

6.3.4-rc1

5 months ago

6.3.4-rc2

5 months ago

6.3.4

5 months ago

6.3.3

5 months ago

6.3.3-rc1

5 months ago

6.3.3-rc2

5 months ago

6.3.2

5 months ago

6.3.2-rc1

5 months ago

6.3.0-rc1

5 months ago

5.1.0

6 months ago

6.1.0

5 months ago

2.2.1

7 months ago

2.2.0

7 months ago

2.2.3

7 months ago

2.2.2

7 months ago

2.2.4

6 months ago

3.0.3

6 months ago

3.0.2

6 months ago

3.0.0

6 months ago

4.0.1

6 months ago

4.0.0

6 months ago

3.0.0-preview.1

6 months ago

3.0.0-preview.2

6 months ago

5.2.0

6 months ago

5.0.0

6 months ago

6.0.1

5 months ago

6.0.0

6 months ago

6.2.0

5 months ago

2.1.0

7 months ago

3.1.1

6 months ago

3.1.0

6 months ago

4.1.0

6 months ago

1.8.1

7 months ago

1.8.0

7 months ago

1.6.0

7 months ago

1.4.1

7 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

2.0.0-2

7 months ago

2.0.0-1

7 months ago

2.0.0-0

7 months ago

1.9.0-0

7 months ago

1.4.0-12

7 months ago

1.4.0-11

7 months ago

1.4.0-14

7 months ago

1.4.0-13

7 months ago

2.0.1

7 months ago

1.4.0-10

7 months ago

2.0.0

7 months ago

1.9.5

7 months ago

1.9.4

7 months ago

1.9.3

7 months ago

1.9.2

7 months ago

1.9.1

7 months ago

1.3.7

8 months ago

1.9.0

7 months ago

1.5.4

7 months ago

1.3.6

8 months ago

1.7.1

7 months ago

1.5.3

7 months ago

1.3.5

8 months ago

1.7.0

7 months ago

1.5.2

7 months ago

1.3.4

8 months ago

1.5.1

7 months ago

1.3.3

8 months ago

1.5.0

7 months ago

1.3.2

8 months ago

1.3.1

8 months ago

1.1.3

8 months ago

1.3.0

8 months ago

1.9.1-2

7 months ago

1.9.1-3

7 months ago

1.9.1-0

7 months ago

1.9.1-1

7 months ago

1.4.0-9

7 months ago

1.4.0-8

7 months ago

1.4.0-5

7 months ago

1.4.0-4

7 months ago

1.4.0-7

7 months ago

1.4.0-6

7 months ago

1.4.0-1

8 months ago

1.4.0-0

8 months ago

1.4.0-3

7 months ago

1.4.0-2

8 months ago

1.8.0-0

7 months ago

0.0.1

10 years ago