Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guava Python SDK

PyPI - Version

Documentation

Full documentation for the Python SDK can be found at https://goguava.ai/docs. SDK examples can be found under ./examples/.

Installation

Install the SDK using your preferred package manager. We recommend using uv.

$ uv add guava-sdk
$ pip install guava-sdk
$ poetry add guava-sdk

We also recommend using a typechecker, ty in particular, though mypy and others are also supported.

Authentication

Log in using the Guava CLI:

guava login

Alternatively, provide an API key through an environment variable.

$ export GUAVA_API_KEY="..." # Your API key for authentication.

Running an Example

Examples can be run directly using the guava.examples submodule.

$ python -m guava.examples.scheduling_outbound +1... "John Doe" # Use your own phone number and name to receive a call.

About

The official Python SDK for building Guava voice agents.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages