swactor/crates/runtime-dashboard/README.md
zacheryasc 076f1194bf feat: tui, agent interface, stats hook (#29)
Runtime dashboard now features a TUI option and an interface for LLM tool use. Removed some bloat from stats collecting and replaced with a hook function to dump runtime stats into.
2026-02-11 15:23:26 +00:00

285 B

runtime-dashboard

Visual dashboard for the swactor runtime.

usage

Run the demo, from swactor root:

# start the runtime
cargo run -p runtime-dashboard --example dashboard_demo

# (optional) run the TUI
cargo run -p runtime-dashboard --features tui --example tui_demo