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.10.1.tar.gz
(39.6 kB
view details)
Built Distribution
File details
Details for the file arcane_engine-1.10.1.tar.gz
.
File metadata
- Download URL: arcane_engine-1.10.1.tar.gz
- Upload date:
- Size: 39.6 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 | c348a9a7a923ad1937cfd4f8e48e2832202b02bb55cc79ff2de3ccb9c4ed108b |
|
MD5 | 64f958c4a51e35c0ebf1e7f18be9a35a |
|
BLAKE2b-256 | 1e1870ebe078a6c3761cfe816f98b193e1e7dcbe22d693ad73cde0ff8f94cb58 |
File details
Details for the file arcane_engine-1.10.1-py3-none-any.whl
.
File metadata
- Download URL: arcane_engine-1.10.1-py3-none-any.whl
- Upload date:
- Size: 69.3 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 | 01742cd5f3288aaa965ac1ff34bed0b181555ffe1fb2828cef5914d92ee55906 |
|
MD5 | cb981f4845ee347aa8009d9ab21374e9 |
|
BLAKE2b-256 | 5a6e10942e7ca6b34c0947f0bfc3d868eb84a3c4ec7fb18a89b0082fe53e242e |