Skip to content

Reference

Complete reference material for configuring and extending CuratorKIT. Use the configuration reference when writing Python configs, the CLI & YAML reference when writing declarative pipelines, the API reference when subclassing or scripting against the library, and the architecture page when contributing.

Configuration Every CuratorConfig parameter with types and defaults
CLI & YAML curatorkit run, all flags, and the full YAML pipeline schema
API Generated from the source docstrings: classes, methods, data models
Architecture Internals: base classes, contracts, provenance model, extension points