Python SDK for the EVEZ Autonomous AI Mesh
Project description
EVEZ Client (Python)
pip install evez-client
from evez_client import EVEZClient
evez = EVEZClient(api_key="your-key")
# Check mesh health
health = evez.health()
# Generate music
track = evez.generate("breakcore", bpm=174)
# Cross-domain correlation
result = evez.correlate("genetics", "telemetry")
# Trigger dream cycle
evez.dream()
# Check invariants
invariants = evez.check_invariants()
API Reference
| Method | Description |
|---|---|
health() |
Check all mesh services |
generate(genre, bpm, duration) |
Generate music |
voice_transform(input_file, stages) |
Transform voice |
voice_synthesize(text, profile) |
Synthesize machine voice |
correlate(domain_a, domain_b) |
Cross-domain correlation |
dream() |
Consciousness dream cycle |
consciousness_status() |
Get consciousness state |
check_invariants() |
Run invariance battery |
spine_events(limit) |
Get spine events |
deploy(target) |
Deploy to cloud |
status() |
Full mesh status |
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
evez_client-1.0.0.tar.gz
(3.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 evez_client-1.0.0.tar.gz.
File metadata
- Download URL: evez_client-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6a0cc68735c11baa1777fbf3ee50e503c24a87042870406375b6b0c63d16be6
|
|
| MD5 |
a60db075917a4c22ee219bc96cdc5713
|
|
| BLAKE2b-256 |
93230f5f57a13c4f87a47767e33c1f7a7ab8d9fe055b29b351a94439823b6089
|
File details
Details for the file evez_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: evez_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
970acfc3db765b3b507763d01fb0871eed09929370d2d8723e484032aca25244
|
|
| MD5 |
b30a3b2db93ebbb008645d4de1605000
|
|
| BLAKE2b-256 |
8351b5576afd0f40af0cf0422c4968f762305eb5abbd9834860a97a88399bc25
|