Help screens and argparse utilities for the app.
This module is imported at app startup to wire -h actions into the
argparse tree. It must stay lightweight — no SDK or langchain imports.
Argparse type for integer arguments that must be >= 1.
Show top-level help information.
Show help information for the list subcommand.
Invoked via the -h argparse action or directly from cli_main.
Show help information for the agents subcommand.
Show help information for the reset subcommand.
Show help information for the skills subcommand.
Invoked via the -h argparse action or directly from
execute_skills_command when no subcommand is given.
Show help information for the skills list subcommand.
Show help information for the skills create subcommand.
Show help information for the skills info subcommand.
Show help information for the skills delete subcommand.
Show help information for the update subcommand.
Show help information for the mcp subcommand.
Show help information for the mcp login subcommand.
Show help information for the threads subcommand.
Invoked via the -h argparse action or directly from cli_main
when no threads subcommand is given.
Show help information for the threads delete subcommand.
Show help information for the threads list subcommand.