ml_switcheroo.cli.handlers.meta =============================== .. py:module:: ml_switcheroo.cli.handlers.meta .. autoapi-nested-parse:: Meta Command Handlers. This module provides handlers for introspection and schema export tools, enabling external agents (like LLMs or IDEs) to understand the internal data structures of ml-switcheroo. Functions --------- .. autoapisummary:: ml_switcheroo.cli.handlers.meta.handle_schema Module Contents --------------- .. py:function:: handle_schema() -> int Exports the Operation Definition Language (ODL) JSON Schema. Prints the JSON schema derived from the Pydantic model `OperationDef` to standard output. This schema defines the structure required for valid YAML inputs to the `define` command. :returns: Exit code (0 for success). :rtype: int