<div align="center">

<img src="https://llmonitor.com/logo.png" style='border-radius: 12px;' width="50"/> 
<h1>LLMonitor JS SDK</h1>

**📈 JavaScript monitoring for AI apps and agent**

[website](https://llmonitor.com) - [docs](https://llmonitor.com/docs/js/) - [demo](https://app.llmonitor.com/demo) - [![npm version](https://badge.fury.io/js/llmonitor.svg)](https://badge.fury.io/js/llmonitor)

---

</div>

Use it with any LLM model and custom agents (not limited to OpenAI).

This is a typed JS library compatible with Node.js, Deno, Vercel Edge functions and Cloudflare Workers.

It is compatible with Langchain JS, AutoGPT and all the other libraries.

To get started, get an app ID by registering [here](https://llmonitor.com).

## 🛠️ Installation

```bash
npm install llmonitor
```

## 📖 Documentation

Full docs are available [here](https://llmonitor.com/docs/js).
