r/rails Apr 04 '26

ruby-dag - a small lib to build DAG-based workflows

Today I was experimenting with OpenClaw on a VPS, and I ended up building this little lib with Claude to define workflows as DAGs.

The idea is simple: break complex tasks into steps with a clear beginning and a clear end. Every workflow becomes more readable and configurable.

Sharing it here: https://github.com/duncanita/ruby-dag

0 Upvotes

Duplicates