Skip to main content

Module schema

Module schema 

Source
Expand description

Schema inference for skill list –json output.

Provides multi-script tool detection and argparse schema parsing for Python SDK delegation (Phase 4.8 Metadata 委托).

Structs§

MultiScriptTool
Multi-script tool entry for list –json output.

Functions§

detect_multi_script_tools
Detect all executable scripts in a skill directory and return tool definitions. Used when skill has no entry_point (multi-script skill like skill-creator).
parse_argparse_schema
Parse Python script for argparse add_argument calls and generate JSON schema.