No project description provided
Project description
Zene Python SDK
Python bindings for the Zene autonomous coding engine, powered by Rust and PyO3.
Installation
cd python/zene
maturin develop
Usage
import zene
client = zene.ZeneClient(
planner_provider="deepseek",
planner_model="deepseek-chat",
planner_api_key="your-key"
)
client.init(work_dir="./workspace")
events = client.run("Create a hello world script", session_id="test")
for event in events:
print(event)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 zene_python-0.1.0-cp38-abi3-macosx_11_0_arm64.whl.
File metadata
- Download URL: zene_python-0.1.0-cp38-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.8+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08ce14ca3630349720a1ddc4d5007d895f90323d7d11e4561bb0afc5cc37a8bf
|
|
| MD5 |
884940e5554b6d3f9292ac7026175d03
|
|
| BLAKE2b-256 |
ffe65147acc1de2efea38be4fcbc28a676bc6a69b8b21ce91a530624af339cbf
|