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.1.tar.gz
(39.8 kB
view details)
Built Distribution
File details
Details for the file arcane_engine-1.11.1.tar.gz
.
File metadata
- Download URL: arcane_engine-1.11.1.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 | 3c167c0d64cf3808b06e70fdab3d61e1b5fbbf54476a7c02062b346df4455de7 |
|
MD5 | 975068fe538dd2b47f5c350f034a0ca3 |
|
BLAKE2b-256 | 278f63ecf3863b627aba34848bd672136246d73ad69375e8f88b6eec067ad193 |
File details
Details for the file arcane_engine-1.11.1-py3-none-any.whl
.
File metadata
- Download URL: arcane_engine-1.11.1-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 | 60c65902e2359897cca94659d8c551b0777a33b610fe0ee7c0e40723e83ed745 |
|
MD5 | acec28e4a71f4a2807c41b99b041be7c |
|
BLAKE2b-256 | b4883f6f51ddd824f0af5e9165b2824cf7917809b70268b0878a3acba0cfb148 |