Skip to content

Voxta Client

A core library for interacting with the Voxta conversational AI platform using Python. This client enables real-time communication with Voxta characters using the SignalR protocol.

Compatibility

  • Voxta Server: Designed for and tested with v1.2.1.
  • Python: Supports 3.9+.

Features

  • Real-time Interaction: Full support for Voxta's SignalR/WebSockets protocol.
  • Event-Driven: Simple callback system for handling server events (messages, state changes, etc.).
  • Session Management: Easy handling of chat sessions, character selection, and context updates.
  • Lightweight: Minimal dependencies, built for performance and reliability.
  • Modular Architecture: Professional code structure following C# SDK conventions.

Documentation