Tavus Conversational Video Interface (CVI) API client for Astrocyte integrations
Project description
astrocyte-integration-tavus
Optional Tavus REST client for Astrocyte integrations — Conversational Video Interface (personas, replicas, conversations, documents, …).
Install
pip install astrocyte-integration-tavus
Usage
Uses the Tavus x-api-key header against https://tavusapi.com/v2 by default (auth).
import os
from astrocyte_integration_tavus import TavusClient
async def main() -> None:
async with TavusClient(os.environ["TAVUS_API_KEY"]) as tavus:
page = await tavus.list_conversations(limit=10, status="ended")
conv = await tavus.get_conversation("c123456", verbose=True)
This package is HTTP only — it does not register Astrocyte ingest drivers or storage SPIs. Use it from gateways, jobs, or MCP tools when you need to call Tavus from application code.
API surface
The first release exposes conversations helpers:
list_conversations(limit=..., page=..., status=...)get_conversation(conversation_id, verbose=...)—verbose=truereturns transcript-rich payloads per Get Conversation.
Extend TavusClient with more endpoints as needed (same _request pattern).
Develop
cd astrocyte-integration-tavus
uv sync --extra dev
uv run pytest tests -v
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file astrocyte_integration_tavus-0.8.1.tar.gz.
File metadata
- Download URL: astrocyte_integration_tavus-0.8.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6edf5827f7ee88a1be983e6089e23d9b9db23adb5463911467ebc24ea84b689d
|
|
| MD5 |
a17684b25b1bb97a18092192ce4cbcbd
|
|
| BLAKE2b-256 |
6101823c1710fe83a9a0895848b75c223065f2aeb287b3da6c7012266a39912b
|
File details
Details for the file astrocyte_integration_tavus-0.8.1-py3-none-any.whl.
File metadata
- Download URL: astrocyte_integration_tavus-0.8.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a74556e4dfae5fab01072af661dc560cb88cd0f96e19d78e53a7218b92bceeb
|
|
| MD5 |
baf659ffc46b0757fb2a70ac1d59772d
|
|
| BLAKE2b-256 |
11b527c43d86600fd697b4b0c12bb91b523a1eb5f4dbb4396e496babf8917ed7
|