Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/invariantlabs-ai/explorer

A better way of testing, inspecting, and analyzing AI Agent traces.
https://github.com/invariantlabs-ai/explorer

agent agents ai debugging

Last synced: 3 days ago
JSON representation

A better way of testing, inspecting, and analyzing AI Agent traces.

Awesome Lists containing this project

README

        

# Invariant Explorer

A tool for visualizing and exploring agent traces. [Hosted Version](https://explorer.invariantlabs.ai).

image

## Getting Started

Prerequisites: [Docker Compose](https://docs.docker.com/compose/install/)

To pull and launch Explorer, run the following commands:

```
# install Invariant package
pip install invariant-ai

# pull and launch Explorer application
invariant explorer
```
You can then access your Explorer instance via `http://localhost`. Data will be stored at `./data` of the current working directory.

Alternatively, you can try the _public and managed instance_ at [https://explorer.invariantlabs.ai](https://explorer.invariantlabs.ai).

## Development Setup

To get started, run the following command. Make sure you first install [Docker Compose](https://docs.docker.com/compose/install/).

```bash
./explorer.py
```

To open the Explorer interface go to `http://localhost`

This will automatically launch a local Explorer instance on your machine.

All data will be stored in `./data`. To reset the data, simply delete the `./data` directory.