Skip to content

memori-ai/examples

Repository files navigation

Memori examples

Here you can find examples for integrations and demo

Table of Contents

Clients

Embedded widget

Demo

Embedded widget

JavaScript vanilla

Demo

Minimal Web Client screenshot

React

Demo

Minimal Web Client screenshot

With TypeScript SDK

See memori-api-client and the demo

CLI examples

Node

Demo

Node Client recording

With TypeScript SDK

See memori-api-client and the demo

Python

Demo

Python Client recording

Intents

Intent webhook (TypeScript)

Webhook for an intent handler written in TypeScript (runs on CF Workers).

Example

Intent Slot webhook (TypeScript)

Webhook for an intent slot handler written in TypeScript (runs on CF Workers).

Example