swactor/crates/runtime-dashboard
Zachery Aaron Shores-Chmielewski e538f06f70 feat: tui, agent interface, stats hook
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 funciton to dump runtime stats into.
2026-02-11 22:20:33 +07:00
..
examples feat: tui, agent interface, stats hook 2026-02-11 22:20:33 +07:00
src feat: tui, agent interface, stats hook 2026-02-11 22:20:33 +07:00
.gitignore feat: runtime dashboard and docs (#23) 2026-02-09 09:04:57 +00:00
AGENTS.md feat: tui, agent interface, stats hook 2026-02-11 22:20:33 +07:00
Cargo.toml feat: tui, agent interface, stats hook 2026-02-11 22:20:33 +07:00
README.md feat: tui, agent interface, stats hook 2026-02-11 22:20:33 +07:00

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