zshot/cliDownload

Navigator

zshot can augment its operation by using an integrated LLM. This can be a hosted LLM ( like Claude or ChatGPT ) or a local model served by Ollama.

FlagDescription
--navigateNavigator behavior. The navigator can interpret content, click on interactive elements and fill forms PRO
--navigator-allow-urlAdditional URL globs the navigator may visit, beyond the start URL's own PRO
--navigator-captures-videoCapture navigator actions as a video PRO
--navigator-credentialCredential to make available to navigator PRO
--navigator-goalNavigator goal. LLM navigators can support open ended goals that they interpret PRO
--navigator-max-stepsHow many steps a navigator is allowed to use to complete its goal PRO
--navigator-step-timeoutHow long a navigator has to complete a step PRO
--navigator-typeNavigator configuration string PRO
--navigator-video-heightHeight of navigator video PRO
--navigator-video-widthWidth of navigator video PRO