KnowledgeAgent CLI

Chat with your organisation's knowledge from the command line

Quick install

Download the latest release and add it to your path:

Linux (amd64)

curl -fsSL https://knowledgeagent.uk/cli/0.0.6/ka-linux-amd64 -o ka
chmod +x ka
sudo mv ka /usr/local/bin/

macOS (Apple Silicon)

curl -fsSL https://knowledgeagent.uk/cli/0.0.6/ka-darwin-arm64 -o ka
chmod +x ka
sudo mv ka /usr/local/bin/

macOS (Intel)

curl -fsSL https://knowledgeagent.uk/cli/0.0.6/ka-darwin-amd64 -o ka
chmod +x ka
sudo mv ka /usr/local/bin/

Getting started

Once installed, configure your credentials and start chatting:

ka auth login
ka chat "What is our refund policy?"

See the full documentation for more details.