Quickstart
The recommended way to build Guava voice agents is using the Guava CLI, which bootstraps projects and installs the SDK. If you’d rather not install the CLI, you can skip to the direct SDK installation guide instead.
Install the CLI
Install the CLI using one of the supported methods for your platform.
If you have Homebrew installed, you can install the CLI from our tap.
brew tap goguava-ai/tap
brew install goguava-ai/tap/guavaIf not, you can install using our provided shell script.
# Installs to `~/.local/bin/guava`
curl -fsSL https://goguava.ai/install.sh | shAuthenticate the CLI
This command will open a browser where you can log in or create an account.
guava loginCreate an Agent
Scaffold a new agent project with starter code (currently Python only).
guava create my-agentTest your Agent
guava run ./my-agentYou can stop your agent by pressing Ctrl-C.
Deploy your Agent
guava deploy up ./my-agentTrack status in Deployments. Every call appears in Conversations.
Stop your agent after deploying
Be sure to stop your agent after deploying.
guava deploy down ./my-agentQuestions? hi@goguava.ai