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
Installation
Add pipeline_ex to your list of dependencies in mix.exs:
def deps do
[
{:pipeline_ex, "~> 0.1.1"}
]
endThen run:
mix deps.get