Execution engine for workflows and agent tasks
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-execution = "0.1"
```
```rust
use ricecoder_execution::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-execution).
MIT