nyx-agent-ui 0.1.0

Implementation-detail embedded single-page dashboard assets for nyx-agent.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# nyx-agent-ui

Implementation-detail embedded single-page dashboard assets for
`nyx-agent`.

The published crate includes prebuilt dashboard assets under `dist/`.
During `cargo install nyx-agent`, the build script copies those assets
into `OUT_DIR` for embedding, so users do not need Node, pnpm, or a
frontend checkout.

This crate is not intended as a stable public API; downstream users should
install and run `nyx-agent` instead.

Repository: <https://github.com/nyx-sec/nyx-agent>