Get Started
Quickstart
Start chatting with any codebase in under two minutes
Install Sage
First, make sure that pipx is installed in your environment. Then install Sage:
Setup API keys
By default, Sage uses Anthropic’s Claude model as the underlying LLM. Grab an API key from your account settings and export it to an environment variable:
If your GitHub repository is private, then you will also need a personal access token. This is not necessary for public repositories.
Chat with any codebase
You are now ready to chat with your codebase. Simply pass the repository name to the sage-chat
command, in the repo-org/repo-name
format. For instance, in order to chat with Hugging Face’s Transformers library:
This will bring up a Gradio UI that runs on localhost. Happy chatting!