cortenforge-tools
Package name:
cortenforge-tools; Rust crate: cortenforge_tools.
App-agnostic tooling bins and helpers for capture, ETL, and inference workflows.
CLI utilities packaged in the tools crate:
- Core (always available):
overlay_labels,prune_empty,warehouse_etl,warehouse_export,warehouse_cmd. - Feature-gated:
tui(enable--features tui): requirescrossterm/ratatui.datagen_scheduler(enable--features scheduler): requiressysinfo.gpu-nvidia(optional): pulls innvml-wrapperfor NVML-based telemetry (used by datagen_scheduler).
Shared deps:
data_contractsfor capture/manifest schemas.vision_corefor overlay helpers (used byoverlay_labels).
Usage examples:
cargo run -p cortenforge-tools --bin prune_empty -- --input ... --output ...cargo run -p cortenforge-tools --features tui --bin tui -- --helpcargo run -p cortenforge-tools --features scheduler --bin datagen_scheduler -- --help
Quick sanity check:
cargo check -p cortenforge-tools --all-features