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.8.0.tar.gz
(38.2 kB
view details)
Built Distribution
File details
Details for the file arcane_engine-1.8.0.tar.gz
.
File metadata
- Download URL: arcane_engine-1.8.0.tar.gz
- Upload date:
- Size: 38.2 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 | b0054edda3489e3fbb8b26e6cc5abce1413d51fff832b723139084cf4dad50fb |
|
MD5 | 6334d6631bb3c027b8915b2582e6347e |
|
BLAKE2b-256 | 5b5c4b07adf9fc2009724968a7df747184a731a596335c0f0217e6dba75cd84f |
File details
Details for the file arcane_engine-1.8.0-py3-none-any.whl
.
File metadata
- Download URL: arcane_engine-1.8.0-py3-none-any.whl
- Upload date:
- Size: 60.5 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 | e4f174f0379f6a9c829ebb246007b6fbc0eef12ad2c043547991384ba8b73e84 |
|
MD5 | 6381bcbe7a17edd84fd697fd6422366d |
|
BLAKE2b-256 | 559f1e7c5802b9d77fab21d4f6edb1cd5853ea4cd9caae67dd9c6d33a1f1c652 |