Homebrew formulae for LangStream CLI.
Refer to the CLI installation guide for more details.
brew install LangStream/langstream/langstream
langstream -h
Open a terminal and copy/paste the following script. This is needed only once.
[[ $(grep 'langstream generate-completion' "$HOME/.zshrc") ]] || echo -e "source <(langstream generate-completion)" >> "$HOME/.zshrc"
source $HOME/.zshrc # or open another terminal
[[ $(grep 'langstream generate-completion' "$HOME/.bashrc") ]] || echo -e "source <(langstream generate-completion)" >> "$HOME/.bashrc"
source $HOME/.bashrc # or open another terminal
brew install LangStream/langstream/mini-langstream
mini-langstream start