YUA ONE — Official Python SDK
Project description
📘 YUA ONE — Official Python SDK
Enterprise Multi-Engine AI Platform SDK
(Chat / Stream / Spine / Multi-Engine Routing)
🚀 Install
pip install yua-one
🧠 Quick Start
from yuaone import YUAClient
client = YUAClient(api_key="YOUR_API_KEY", base="http://localhost:4000")
res = client.chat.send("Hello YUA ONE!")
print(res)
🔥 Streaming Example (SSE)
from yuaone import YUAClient
client = YUAClient()
for chunk in client.chat.stream("Hello YUA!"):
print("STREAM:", chunk)
🔷 Spine Engine Stream
Gen59 → HPE → Quantum → SUV
from yuaone import YUAClient
client = YUAClient()
for chunk in client.spine.stream("Run YUA SPINE"):
print("SPINE:", chunk)
📦 Package Structure
yuaone/
├── __init__.py
├── client.py
├── chat.py
└── spine.py
🛠 Requirements
- Python 3.8+
- requests
- sseclient-py
🏗 Author
YUA ONE Team
jungwon@yuaone.com
https://yuaone.com
📄 License
MIT License
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
yua_one-1.0.0.tar.gz
(2.4 kB
view details)
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 yua_one-1.0.0.tar.gz.
File metadata
- Download URL: yua_one-1.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a5512f29b8707087e81a093276bf9d3ccc0d216db388a8339269ff548bb04b1
|
|
| MD5 |
bb42bfade46a0b9a93bddb57d7e12d02
|
|
| BLAKE2b-256 |
60524323ff253481eb05617ef3c16c14c69cbf79f081977d6e1a21576b9060d5
|
File details
Details for the file yua_one-1.0.0-py3-none-any.whl.
File metadata
- Download URL: yua_one-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32c1d20fdcfd1fcac70ae114c077858020549c7456495081f8e397a6d38d1f5e
|
|
| MD5 |
7f5a629f9f35c214685ababc1903556c
|
|
| BLAKE2b-256 |
08addee13f2a9d96c87e9135960e93351fa03122742e8a6ff142994c9ee0c651
|