implement actor terminal ui
This commit is contained in:
@@ -73,3 +73,12 @@ Key dependencies include:
|
||||
- `clap`: For command-line argument parsing.
|
||||
- `tokio`: For the asynchronous runtime.
|
||||
- `log`, `env_logger`: For logging.
|
||||
|
||||
|
||||
## TUI Example
|
||||
|
||||
```bash
|
||||
cargo run --example baobab-actor-tui -- --id osis --path /Users/timurgordon/code/git.ourworld.tf/herocode/actor_osis/target/debug/actor_osis --example-dir /Users/timurgordon/code/git.ourworld.tf/herocode/actor_osis/examples/scripts
|
||||
```
|
||||
|
||||
The TUI will allow you to monitor the actor's job queue and dispatch new jobs to it.
|
||||
|
Reference in New Issue
Block a user