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.9.2.tar.gz
(38.2 kB
view details)
Built Distribution
File details
Details for the file arcane_engine-1.9.2.tar.gz
.
File metadata
- Download URL: arcane_engine-1.9.2.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 | c219c8d056d8820a782fc95e7f049110243b9c0c9bd62ba7143343c5dde95eb0 |
|
MD5 | 31bb5a4a9ac6baff6dc5fd00a70c62d7 |
|
BLAKE2b-256 | 314e311fba9341af65bee1c76240a2989a52c068cd5021f108898112d55b213c |
File details
Details for the file arcane_engine-1.9.2-py3-none-any.whl
.
File metadata
- Download URL: arcane_engine-1.9.2-py3-none-any.whl
- Upload date:
- Size: 60.6 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 | cee62e5f5b352315c8b66000ede9428d1d9b2bc58abc35d8a1779b9834cd265b |
|
MD5 | c31a8d3a6bf29b97b20e03c7d3280b01 |
|
BLAKE2b-256 | e14b3b49136b7b44d2eb17dc9deef0ecdcee9d8309300cc30174cc7c0db94842 |