Python bindings for the Zene autonomous coding engine
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 Distribution
zene-0.1.0.tar.gz
(86.0 kB
view details)
File details
Details for the file zene-0.1.0.tar.gz.
File metadata
- Download URL: zene-0.1.0.tar.gz
- Upload date:
- Size: 86.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e6a5ea1bc4a4ea91aba92dd9c251c7097c818ed25a7300a7cef953c4389f848
|
|
| MD5 |
bcb3257aaee834e9beca006f5f695f1c
|
|
| BLAKE2b-256 |
aa0a39e3f8edd13234305796fe2961c4e6e2cf6de33e995959711fdd94a4590b
|