Python SDK for Arcane Engine, a text-to-task automation platform.
Project description
Install | Documentation | Blog | Website
Arcane Kit
Welcome to the development kit for Arcane Engine, a platform that enables developers to create agentic workflows easily.
This project contains the official Python SDK.
Usage
Install the Python SDK using pip:
pip install arcane-engine
Use the ArcaneEngine
class to create tasks and interact with the engine. Here's an example of how to create a task and wait for the result:
from arcane.engine import ArcaneEngine
from arcane.util import wait_for_result
engine = ArcaneEngine()
task = engine.create_task("arc-eng/kit", "Summarize the README file and create a Github issue with the result.")
result = wait_for_result(task)
print(f"Task completed. Result:\n\n{task.result}")
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
arcane_engine-1.9.1.tar.gz
(38.1 kB
view details)
Built Distribution
File details
Details for the file arcane_engine-1.9.1.tar.gz
.
File metadata
- Download URL: arcane_engine-1.9.1.tar.gz
- Upload date:
- Size: 38.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | daf8c59ca7a7d7b87ac589b4a1fe4bc1f1f644140661631ba4aa2ca9968ab2b4 |
|
MD5 | 470c7378bef1b5056e25f341490afe5b |
|
BLAKE2b-256 | c5585786eb628470ae1e56b8b44ba4dc00c2e03df5d475c9cfdc6e6fac0fecd2 |
File details
Details for the file arcane_engine-1.9.1-py3-none-any.whl
.
File metadata
- Download URL: arcane_engine-1.9.1-py3-none-any.whl
- Upload date:
- Size: 60.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15913d0252196ee42489c1b17c9581cbe9ae73b0408bb7df199aeb647ea9004b |
|
MD5 | a3d95c34a3ee6d57748c6ab11827f156 |
|
BLAKE2b-256 | 0814d27a75fed69aa94bff062cded080253bc3a7c85083ca9133edb9330e9b6e |