XeroML Python SDK — intent parsing and drift detection for AI apps
Project description
xeroml-sdk
Python SDK for XeroML — intent parsing and drift detection for AI apps.
Installation
pip install xeroml-sdk
Quickstart
from xeroml import XeroML
client = XeroML(api_key="xml_...")
graph = client.parse("Help me plan a trip to Tokyo")
print(graph.root_goal)
print(graph.sub_goals)
Async
from xeroml import AsyncXeroML
client = AsyncXeroML(api_key="xml_...")
graph = await client.parse("Help me plan a trip to Tokyo")
Sessions (multi-turn)
session = client.create_session()
graph = session.parse("Refactor my auth module")
session.update("Here's the current code: ...")
drift = session.drift()
session.end()
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xeroml_sdk-0.1.1.tar.gz
(7.2 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 xeroml_sdk-0.1.1.tar.gz.
File metadata
- Download URL: xeroml_sdk-0.1.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed1671f600da0052e0863842dedb1e5b7e9e13124ef17ce63407be8f3f2e08f7
|
|
| MD5 |
5ed6d11880c8ee7649bb262945d475a3
|
|
| BLAKE2b-256 |
984a06af025e44046a9acc24db55461ca233a6b3fa5f040ae2878031c2bf6113
|
File details
Details for the file xeroml_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: xeroml_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb3c26962df7c4f6a8cd38ef9229ca6d612c5d5d3525ce5a45ac7f38a22407c7
|
|
| MD5 |
81ca8f2624d973488cb1c53c7c69e4de
|
|
| BLAKE2b-256 |
04f30beea4da67c129eb52640a3d8f9c7d2179bef506bb072fc53ccd3d8c5812
|