implement tui cmd

This commit is contained in:
Timur Gordon
2025-08-07 10:41:00 +02:00
parent 33dfc0dbe3
commit c19f938fde
5 changed files with 199 additions and 95 deletions

View File

@@ -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.