sannex-agent (Python SDK)
Official, ultra-lightweight Python client for Sannex AI Operations, telemetry streaming, and dynamic remote configuration sync.
Installation
pip install sannex-agent
Quick Start
from sannex_agent import SannexClient
# Initialize client
client = SannexClient(api_key="your_sannex_api_key")
# Track customer interaction / transaction asynchronously
client.track(
channel="whatsapp",
customer_id="+2348012345678",
event="payment_success",
amount=25000.0,
metadata={"order_id": "ORD-123456", "gateway": "paystack"}
)
# Fetch dynamic system prompts and knowledge base configs
config = client.get_config()
print(config)
# Graceful shutdown
client.close()
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sannex_agent-0.1.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 sannex_agent-0.1.0.tar.gz.
File metadata
- Download URL: sannex_agent-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b65e19ce99dd167d4c779bbc0e3d13e7ac78a35dcefdfc243ec0553a45c172b9
|
|
| MD5 |
21617af5251ef9df591d0d934ab41c96
|
|
| BLAKE2b-256 |
5ce60fa21ab3652eaf3905291201a1f90d226ea6d18045a28b334a2a13aa2f61
|
File details
Details for the file sannex_agent-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sannex_agent-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f817159c17693cdeca244eff9e9263135cf818b5118f14af28d0c31839eeca07
|
|
| MD5 |
e663b398d7a32da0fbed57e0e6fa7a49
|
|
| BLAKE2b-256 |
2ddd381d5f5a9dc645e19b4f73be6f781514a30114c0c32a4f098f63863c0346
|