implement tui cmd
This commit is contained in:
11
README.md
11
README.md
@@ -38,4 +38,13 @@ let handle = spawn_osis_actor(
|
||||
- **Actor ID**: `"osis"` (constant)
|
||||
- **Actor Type**: `"OSIS"`
|
||||
- **Processing Model**: Sequential, blocking
|
||||
- **Script Engine**: Rhai with OSIS-specific DSL extensions
|
||||
- **Script Engine**: Rhai with OSIS-specific DSL extensions
|
||||
|
||||
## Binaries
|
||||
|
||||
- `actor.rs`: The actor binary, runs actor. `cargo run --bin actor_osis`
|
||||
- `terminal_ui.rs`: The TUI binary, runs actor with TUI. `cargo run --bin actor_osis_tui`
|
||||
|
||||
## Examples
|
||||
|
||||
The `examples` directory contains example scripts that can be used to test the actor. The examples are stored in the `examples/scripts` directory.
|
Reference in New Issue
Block a user