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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arcane_engine-1.12.0.tar.gz.
File metadata
- Download URL: arcane_engine-1.12.0.tar.gz
- Upload date:
- Size: 41.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d2dec2348ced7bcf4813d490ce32514c7b2b68a3d31679b1c0e4d6d8c3ac55c
|
|
| MD5 |
f9334d93420c8a42423a482eb8d4fc2c
|
|
| BLAKE2b-256 |
c49ea34c072f6cb87659d57f036f88a41e5fb2b11225f7194fc3c7504151aa1d
|
File details
Details for the file arcane_engine-1.12.0-py3-none-any.whl.
File metadata
- Download URL: arcane_engine-1.12.0-py3-none-any.whl
- Upload date:
- Size: 75.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0e2428fba9cd7ba211579e0390f93eeba4af5107d2f356ec573162ff3776174
|
|
| MD5 |
9ca86d3f30d37e1b51b9cbddceb3b973
|
|
| BLAKE2b-256 |
c46507fa1076cf880249a2fd9d0102af091bc9bc4c8c194c8294e9cce8967bfb
|