Dev Tools · 1h ago
Workflows: Open-source Rust engine for agentic automation with human-in-the-loop
Workflows is a Rust library that models automation as a typed directed graph, validated and compiled before execution. It supports LLM agents, HTTP requests, code execution, and conditional branching with deterministic parallel fan-out. The engine is host-agnostic via traits for LLM, tools, HTTP, code, and state, and includes built-in human-in-the-loop approval pauses.
Meridian48 take
The host-agnostic design and built-in human approval make this a practical foundation for production agentic workflows, though it remains to be seen how it scales beyond the crate's current niche.
Read the full reporting
workflows: a host-agnostic Rust engine for agentic workflows (open source) →
DEV Community
rustagentic-workflows