Incubating v0.1.0
Pilot
Interactive CLI/REPL for the NSAI ecosystem: unified interface for Crucible experiments, CNS dialectical synthesis, and ML reliability research.
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 45
- All-time downloads: 45
- Maintainers: nshkrdotcom
Installation
Add pilot to your list of dependencies in mix.exs:
def deps do
[
{:pilot, "~> 0.1.0"}
]
endThen run:
mix deps.get