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