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

https://github.com/nebari-dev/ravnar

Fully-fledged, pluggable AG-UI server
https://github.com/nebari-dev/ravnar

ag-ui

Last synced: 17 days ago
JSON representation

Fully-fledged, pluggable AG-UI server

Awesome Lists containing this project

README

          

# 🐦‍⬛ ravnar 🐦‍⬛

Fully-fledged, pluggable [AG-UI](https://ag-ui.com) server.

> [!CAUTION]
> ravnar is very much in an alpha state. There are still lots of moving parts. In most
> places the code does **not** represent the quality of the finished product.

## How do I get started?

```shell
docker run \
--name ravnar --rm --pull always \
--env RAVNAR_SERVER__LOGGING__AS_JSON=false \
--publish 8000:8000 \
quay.io/nebari/ravnar:latest
```

## What does the architecture look like?

![architecture diagram of ravnar](docs/images/architecture.svg)

## How can I learn more?

Please have a look at the [documentation](https://ravnar.nebari.dev).