Ojin platform services
Project description
Ojin Persona Client
A WebSocket client for Ojin Persona model that handles communication with Inference Server. It is used for example by Ojin Persona Service for Pipecat https://github.com/pipecat-ai/pipecat
Requirements
- Python 3.10+
- pip or uv package manager
Installation
pip install ojin-client
Usage
from ojin.ojin_persona_client import OjinPersonaClient
avatar = OjinPersonaClient(
ws_url="THE_OJIN_URL",
api_key="YOUR_OJIN_API_KEY",
avatar_config_id="YOUR_OJIN_CONFIGURATION"M
)
API methods
- connect: Establishes the websocket connection with the ojin inference server
- start_interaction: Creates a UUID to send in the interaction messages
- send_message: Sends messages to the ojin inference server
- receive_message: Receives messages from the ojin inference server
- close: closes the connection with ojin inference server
Messages
-
OjinPersonaInteractionReadyMessage: Message indicating that an interaction is ready to begin
-
OjinPersonaSessionReadyMessage: Message to start a new interaction with an Ojin Persona
-
OjinPersonaCancelInteractionMessage: Message to cancel an interaction
-
OjinPersonaInteractionInputMessage: Contains the audio data as bytes and a flag indicating if this is the last input
Responses
-
StartInteractionResponseMessage: Response message for a successful interaction start
-
OjinPersonaInteractionResponseMessage: Response message containing video data from the avatar
-
ErrorResponseMessage: Response message informing the client there was an error
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 ojin_client-0.4.1.tar.gz.
File metadata
- Download URL: ojin_client-0.4.1.tar.gz
- Upload date:
- Size: 140.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
533016811a4284a0275ebbbad78217ef4fb4cbca3479e8dcf7f37291d1e8eeaf
|
|
| MD5 |
161be433488c454246b3e76fded3e4a0
|
|
| BLAKE2b-256 |
d6f7c28f84791a7532b7087417bccd08a83a9e43321e8deadf651b495d19fa6f
|
File details
Details for the file ojin_client-0.4.1-py3-none-any.whl.
File metadata
- Download URL: ojin_client-0.4.1-py3-none-any.whl
- Upload date:
- Size: 140.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30608e1590b7dcd8feb57269be9a5dbc53d028eec0d9ae179ad14a334e35203d
|
|
| MD5 |
1c829349b4aeecaf4fd9a7388c8de6ae
|
|
| BLAKE2b-256 |
e16b45a2f261fcd610427627e5ed8338c3186e0602125eb950047af299f4f58f
|