cursus.cli.pipeline_catalog_cli

CLI commands for the pre-built pipeline catalog.

cursus pipeline-catalog recommend ranks the catalog’s pre-built shared DAGs against your requirements (data type, labels, LLM need, framework, …). It wraps the existing pipeline_catalog.core.agent_tool.pipeline_catalog_tool so the CLI and the agent/MCP surfaces share one recommendation engine. Engine imports are lazy.

Examples

cursus pipeline-catalog recommend –data-type tabular –framework xgboost cursus pipeline-catalog list cursus pipeline-catalog get-dag <dag_id>

main()[source]

Main entry point for the pipeline-catalog CLI.