|
AQIT 0.1.0
|
Functions | |
| dict | help_payload (*, bool connected, SessionMode|None mode, bool show_llm, str|None model_id=None, bool show_embed=False) |
| None | render_help_quiet (*, bool connected, SessionMode|None mode, bool show_llm, str|None model_id=None, bool show_embed=False) |
| list[str] | _cmd_row (str cmd, str desc, int w) |
| None | _section_rows (str title, list[tuple[str, str]] rows, *, str|None footnote=None, int w) |
| None | render_help (*, bool connected, SessionMode|None mode, bool show_llm, str|None model_id=None, bool show_embed=False) |
Variables | |
| SessionMode = Literal["llm"] | |
|
protected |
Definition at line 211 of file help_display_ascii.py.
Referenced by _section_rows().
|
protected |
Definition at line 218 of file help_display_ascii.py.
References _cmd_row().
Referenced by render_help().
| dict help_payload | ( | * | , |
| bool | connected, | ||
| SessionMode | None | mode, | ||
| bool | show_llm, | ||
| str | None | model_id = None, | ||
| bool | show_embed = False ) |
Structured help for `--json` / quiet CLI surfaces.
Definition at line 25 of file help_display_ascii.py.
Referenced by render_help_quiet().
| None render_help | ( | * | , |
| bool | connected, | ||
| SessionMode | None | mode, | ||
| bool | show_llm, | ||
| str | None | model_id = None, | ||
| bool | show_embed = False ) |
Definition at line 235 of file help_display_ascii.py.
References _section_rows().
| None render_help_quiet | ( | * | , |
| bool | connected, | ||
| SessionMode | None | mode, | ||
| bool | show_llm, | ||
| str | None | model_id = None, | ||
| bool | show_embed = False ) |
Section title + real bordered command tables.
Definition at line 170 of file help_display_ascii.py.
References help_payload().
| aquin.help_display_ascii.SessionMode = Literal["llm"] |
Definition at line 23 of file help_display_ascii.py.