Active v0.5.2

Crucible Framework

CrucibleFramework: A thin orchestration layer for experiment pipelines. Provides pipeline execution, stage behaviour, and optional persistence.

Stats & Info

  • Latest release: v0.5.2
  • Recent downloads: 463
  • All-time downloads: 614
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

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

def deps do
  [
    {:crucible_framework, "~> 0.5.2"}
  ]
end

Then run:

mix deps.get

Resources