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.0.tar.gz
(39.5 kB
view details)
Built Distribution
File details
Details for the file arcane_engine-1.10.0.tar.gz
.
File metadata
- Download URL: arcane_engine-1.10.0.tar.gz
- Upload date:
- Size: 39.5 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 | f069ab20f81c6d2d06785f4ef9e223ac83e7206c071998afe176378e29f45277 |
|
MD5 | 3675da2a13920d8e3e09ac7baef565af |
|
BLAKE2b-256 | 51b23a0a039e5c953d178d888f49402f1411a7df00621c954c7e86793542ae85 |
File details
Details for the file arcane_engine-1.10.0-py3-none-any.whl
.
File metadata
- Download URL: arcane_engine-1.10.0-py3-none-any.whl
- Upload date:
- Size: 69.2 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 | 96efaaa1d834d6bfe23bba10f2760e0939c7feed600173fd8feb54abc2bbd2ca |
|
MD5 | a9e68a9191193075959eea5a3864272f |
|
BLAKE2b-256 | 847e0dec59d344a713474c237953b1d85cfc069a39a1ea832831cf50534adece |