simple-agents-workflow 0.3.11

Workflow IR and validation for SimpleAgents
Documentation
1
2
3
4
5
6
pub mod client;
pub mod observability;
pub mod yaml_runner;

pub use client::{RunOptions as WorkflowRunOptions, WorkflowClient, WorkflowError};
pub use yaml_runner::*;