simple-agents-workflow 0.4.0

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

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