hints
hints
¶
Rich-formatted error hints for common CLI failure modes.
Functions¶
hint_no_config
¶
Return a suggestion when no config file is found.
Source code in src/openjarvis/cli/hints.py
hint_no_engine
¶
Return a suggestion when the inference engine is unreachable.
Source code in src/openjarvis/cli/hints.py
hint_no_model
¶
Return a suggestion when no model is available.
Source code in src/openjarvis/cli/hints.py
mining_not_running_hint
¶
Return a mining hint when configured but no session sidecar exists.