voicegate (Python)
Python SDK for VoiceGate — voice infrastructure for AI agents, with KYA agent identity (by CallsFlow Ltd).
pip install voicegate
from voicegate import VoiceGate, AgentKey
vg = VoiceGate(kya_url="https://aivoicegate.com")
key = AgentKey.generate()
reg = vg.kya_register(key, operator_email="ops@your-company.com", domain="your-agent.com")
credential = vg.kya_get_credential(key, reg["agent_id"])
vg.kya_login(key, credential)
print(vg.me())
Full docs and the voice-call quick start: see the repository README.
Runnable examples: examples/.
Requires Python 3.9+. Depends on requests and cryptography.
Release files for voicegate 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| voicegate-0.1.2.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| voicegate-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / voicegate-0.1.2.tar.gz
| Download URL | voicegate-0.1.2.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d502a03bc0c4b13b6e9cb63239032adadca9ec94623869516385728881427392
|
|
BLAKE2b-256 checksum How to use checksums |
2c3d147ff74ee056a895caa8e336507734a12ea86e52810043a6cd3443219af5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|
Release files / voicegate-0.1.2-py3-none-any.whl
| Download URL | voicegate-0.1.2-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b6c8eef8f5fb5505ab8d3acccb66306df1ec52ec863abe9add1c989914bd9d78
|
|
BLAKE2b-256 checksum How to use checksums |
15f725f094d6e6ae7f62c916f25d79bfc2de4746ee196305fe797143aa326296
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|