Python SDK for Arcane Engine, a text-to-task automation platform.
Project description
Install | Documentation | Blog | 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.0.tar.gz
(38.1 kB
view details)
Built Distribution
File details
Details for the file arcane_engine-1.9.0.tar.gz
.
File metadata
- Download URL: arcane_engine-1.9.0.tar.gz
- Upload date:
- Size: 38.1 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 | 0ebcdbd2ae388462f7c9950d0b7c1b03453dddc8ea9b19d64b117b74bb569b3b |
|
MD5 | 7e6dae43f1135f6618e6b80f6a6e7071 |
|
BLAKE2b-256 | 06bc0e50eba9ae1c27422a5b197fd42081b212163e13d4ed2eb50c335e2ec8ba |
File details
Details for the file arcane_engine-1.9.0-py3-none-any.whl
.
File metadata
- Download URL: arcane_engine-1.9.0-py3-none-any.whl
- Upload date:
- Size: 60.4 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 | 76353ad1c8b7d732fce99ed558195469cb81520fb16911b87c763ab032526fd4 |
|
MD5 | cdc293da5f8263d15bfd625cf816aabb |
|
BLAKE2b-256 | 2ebce2259be8e48d7ce650a71af07a36098436301ad8f8686c36b00d76459806 |