ironflow-core 2.18.1

Rust workflow engine with Claude Code native agent support
Documentation
1
2
3
4
5
6
7
8
9
10
mod helpers;
#[cfg(feature = "tool-mcp")]
mod mcp_bridge;
mod workflow_agent;
mod workflow_dry_run;
mod workflow_errors;
mod workflow_http;
mod workflow_replay;
mod workflow_retry;
mod workflow_shell;