Preview v0.1.1

Pipeline Ex

AI pipeline orchestration library for Elixir. Chain Claude and Gemini APIs with robust execution, fault tolerance, and self-improving Genesis pipelines.

Stats & Info

  • Latest release: v0.1.1
  • Recent downloads: 66
  • All-time downloads: 177
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

Add pipeline_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:pipeline_ex, "~> 0.1.1"}
  ]
end

Then run:

mix deps.get

Resources