Liteflow
prototypeA C program for running YAML-defined DAGs with LLM-driven runtime edits.
DevOpsAI
What It Does
Details
Liteflow is a small C application that executes workflows defined in YAML files. It allows a language model to modify the workflow's graph during execution through one of four commands: RETRY, PATCH, INSERT_BEFORE, ABORT. Every change made by the model is recorded for full auditability.
Who It's For
Best fit users
- •Developers
- •System Administrators
Why It Matters
Why this one made the cut
Liteflow enables more flexible and intelligent workflow management by integrating machine learning capabilities directly into runtime processes, allowing tasks to adapt dynamically based on execution conditions.
Differentiator
What makes it different
Unique mutation grammar that controls how and when the LLM can modify the workflow graph.
Sources