Python SDK for Arcane Engine, a text-to-task automation platform.
Project description
Install | Documentation | 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.11.0.tar.gz
(39.8 kB
view details)
Built Distribution
File details
Details for the file arcane_engine-1.11.0.tar.gz
.
File metadata
- Download URL: arcane_engine-1.11.0.tar.gz
- Upload date:
- Size: 39.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6425bdb1ad9099a850d74aecb900429b0a16f3ab5d10ee8ff8c28588bdedc4ee |
|
MD5 | ee4689e0cf8167405834efb29e60a4ab |
|
BLAKE2b-256 | 89a3d82c45461b566643dab40d2b5b3ecaad62a65345d7901d2bfbfc24a9356c |
File details
Details for the file arcane_engine-1.11.0-py3-none-any.whl
.
File metadata
- Download URL: arcane_engine-1.11.0-py3-none-any.whl
- Upload date:
- Size: 69.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5237d8e0bd5cfc4c631e51a46aa1358043d6e8ff166fefac550490d86c84d1da |
|
MD5 | d7ee8862366d841dd6917fd698c8495f |
|
BLAKE2b-256 | e47caef60ee10f488560d00e3332451386b354635bf5a1c8cf2395f4db248f5a |