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.3.tar.gz
(39.6 kB
view details)
Built Distribution
File details
Details for the file arcane_engine-1.10.3.tar.gz
.
File metadata
- Download URL: arcane_engine-1.10.3.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 | a9820395c2b8ed4605437dcac87b79920a4135878ba2865dd870b397d7c536d7 |
|
MD5 | b0d4168d746708f392f3d05ac5edc88a |
|
BLAKE2b-256 | 054776e9bcda6a6b5a8d7a6a8eaaf911f6dc69e0ea40450757e6fece72b239d0 |
File details
Details for the file arcane_engine-1.10.3-py3-none-any.whl
.
File metadata
- Download URL: arcane_engine-1.10.3-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 | e633ae4cad3ae29889b84c45e40cbbcb5bbf73992e0e807d87f3b2ae16227994 |
|
MD5 | 30abd5d98f9cad20eeaf2ea7dcf51e80 |
|
BLAKE2b-256 | 08bb4b0f73c07cdac6029f8d5f4681e8db120a4009776a11abc87fa52e3330a2 |