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
- Host: GitHub
- URL: https://github.com/nebari-dev/ravnar
- Owner: nebari-dev
- License: apache-2.0
- Created: 2026-04-08T14:15:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-08T08:16:56.000Z (21 days ago)
- Last Synced: 2026-06-08T09:24:46.760Z (21 days ago)
- Topics: ag-ui
- Language: Python
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?

## How can I learn more?
Please have a look at the [documentation](https://ravnar.nebari.dev).