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.
14 lines
No EOL
285 B
Markdown
14 lines
No EOL
285 B
Markdown
# runtime-dashboard
|
|
|
|
Visual dashboard for the swactor runtime.
|
|
|
|
## usage
|
|
|
|
Run the demo, from swactor root:
|
|
```bash
|
|
# 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
|
|
``` |